COLOR #0250CC

HEX: #0250CC
RGB: (2,80,204)

Renk bilgisi

#0250CC contains mainly blue color. #0250CC ‘ nin web güvenlik rengi #0066CC (ya da #06C) dir.

RGB renk modeli

#0250CC color RGB value is (2,80,204).

  • kırmız ton 2;
  • yeşil ton 80;
  • mavi ton 204.
RGB:
(2,80,204)
(1%,31%,80%)

RGB bağlantıları ve doygunluk

R 2 of 255 = 1%
G 80 of 255 = 31%
B 204 of 255 = 80%

2
80
204

R + G + B ~ 37%. #0250CC is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
2 + 80 + 204 = 286 (100%)
R 2 of 286 ~ 0.7%
G 80 of 286 ~ 27.97%
B 204 of 286 ~ 71.33%

%27.97
%71.33

CMYK RENK MODELİ

#0250CC rengi CMYK tonu (99,61,0,20).

  • camgöbeği tonu 99.02%
  • eflatun tonu 60.78%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(99,61,0,20)
C99M61Y0K20 
(99%,61%,0%,20%)
(0.99/0.61/0.00/0.20)	

CMYK yüzdeleri

%99.02
%60.78
%0
%20

Codes

Color #0250CC in popluar color models

0250CC
RGB280204
HSL217°98.06%40.39%
HSB/HSV217°99.02%80.00%
CMYK99.02%60.78%0.00%
20.00%

Color #0250CC in popluar number systems.

HEX0250CC
Decimal280204
Binary10101000011001100
Octal2120314

Shades and tints

Shades of #0250CC

#0250CC
(2,80,204)
#0249BA
(2,73,186)
#0242A8
(2,66,168)
#023B96
(2,59,150)
#023484
(2,52,132)
#022D72
(2,45,114)
#022660
(2,38,96)
#021F4E
(2,31,78)
#02183C
(2,24,60)
#02112A
(2,17,42)
#020A18
(2,10,24)
#000000
(0,0,0)

Tints of #0250CC

#0250CC
(2,80,204)
#195FD0
(25,95,208)
#306ED4
(48,110,212)
#477DD8
(71,125,216)
#5E8CDC
(94,140,220)
#759BE0
(117,155,224)
#8CAAE4
(140,170,228)
#A3B9E8
(163,185,232)
#BAC8EC
(186,200,236)
#D1D7F0
(209,215,240)
#E8E6F4
(232,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0250CC color. Also use rgb(2,80,204) instead hex code.

Text Font Color

.myTextColor { color: #0250CC; }

<p style="color:#0250CC">This sample text font color is #0250CC.</p>

This text font color is #0250CC.


Background Color

.myBgColor { background-color: #0250CC; }

<div style="background-color:#0250CC">Inner text</div>

This div background color is #0250CC.


Border color

.myBorderColor { border: 1px solid #0250CC; }

<div style="border:3px solid #0250CC">Div</div>

This div border color is #0250CC.


Opacity

.myOpacity80 { color: #0250CC; opacity: 0.8; }

<p style="color:#0250CC;opacity:0.8;">80%</p>

Text with #0250CC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0250CC;}

<p style="text-shadow: 3px 3px 1px #0250CC">Text here.</p>

This text has shadow with #0250CC color.

.textShadow {text-shadow: 3px 3px 1px #0250CC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0250CC, 5px 5px 20px red">Text here.</p>

This text has shadow with #0250CC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0250CC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0250CC, Direction=45, Strength=4)">Text</p>

This text has shadow with #0250CC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0250CC;
  -webkit-box-shadow:	1px 1px 3px 2px #0250CC;
  box-shadow:		1px 1px 3px 2px #0250CC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0250CC;
-webkit-box-shadow: 1px 1px 3px 2px #0250CC;
box-shadow:1px 1px 3px 2px #0250CC;">
Div content here</div>
This div box has shadow with color #0250CC.

Preview

Color preview on black background

This text has color #0250CC on black background.


Color preview on white background

This text has color #0250CC on white background.



Black color preview on #0250CC background

This text has black color on #0250CC background.


White color preview on #0250CC background

This text has white color on #0250CC background.