Html Css Color HEX #0250D0 Navy Blue

📋 copy color: '#0250D0'

red 2 ◦ green 80 ◦ blue 208

#0250D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0250D0

Tints of Navy Blue #0250D0

RGB

 RED value IS 2 (1.17% from 255) = 0.69%

 GREEN value IS 80 (31.64% from 255) = 27.59%

 BLUE value IS 208 (81.64% from 255) = 71.72%

R = 0.69%
G = 27.59%
B = 71.72%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0250D0 (or 0x0250D0) is known color: Navy Blue. HEX triplet: 02, 50 and D0. RGB value is (2,80,208). Sum of RGB (Red+Green+Blue) = 2+80+208=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 208 (81.64% from 255 or 71.72% from 290); Max value from RGB is 208 - color contains mainly: blue. Hex color #0250D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250D0 is #FDAF2F. Grayscale: #464646. Windows color (decimal): -16625456 or 13651970. OLE color: 13651970.

HSL color Cylindrical-coordinate representation of color #0250D0: hue angle of 217.28º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250D0 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 80 208 -
CMYK 0.99 0.62 0 0.18
HSL 217.28º 0.98% 0.41% -
HSV(B) 217.28º 0.99% 0.82% -
XYZ 14.28 10.3 60.91 -
YUV 71.27 205.16 78.59 -
System Red Green Blue C M Y K H S L
Decimal 2 80 208 0.99 0.62 0 0.18 217.28 0.98 0.41
Hex 2 50 D0 63 3E 0 12 D9 62 29
Octal 2 120 320 143 76 0 22 331 142 51
Binary 10 1010000 11010000 1100011 111110 0 10010 11011001 1100010 101001

Color Harmonies of #0250D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0250D0

Black with #0250D0

Text Example


Text Example

White with #0250D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0250D0; }

 p { color: rgb(2,80,208); }

 H1.HeaderClassName
 {
   color: #0250D0;
 }
 .AnyTagClassName
 {
   color: #0250D0;
 }
</style>

background-color css

<style>
 a { background-color: #0250D0; }

 a { background-color: rgb(2,80,208); }

 div.DivClassName
 {
   background-color: #0250D0;
 }
 .BgClassName
 {
   background-color: #0250D0;
 }
</style>

border-color css

<style>
 span { border-color: #0250D0; }

 span { border-color: rgb(2,80,208); }

 td.TdClassName
 {
   border-color: #0250D0;
 }
 .TagClassName
 {
   border-color: #0250D0;
 }
</style>