Html Css Color HEX #0250EC Navy Blue

📋 copy color: '#0250EC'

red 2 ◦ green 80 ◦ blue 236

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

Shades of Navy Blue #0250EC

Tints of Navy Blue #0250EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.21%

R = 0.63%
G = 25.16%
B = 74.21%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0250EC (or 0x0250EC) is known color: Navy Blue. HEX triplet: 02, 50 and EC. RGB value is (2,80,236). Sum of RGB (Red+Green+Blue) = 2+80+236=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #0250EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0250EC is #FDAF13. Grayscale: #494949. Windows color (decimal): -16625428 or 15486978. OLE color: 15486978.

HSL color Cylindrical-coordinate representation of color #0250EC: hue angle of 220º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250EC is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 80 236 -
CMYK 0.99 0.66 0 0.07
HSL 220º 0.98% 0.47% -
HSV(B) 220º 0.99% 0.93% -
XYZ 18.03 11.81 80.69 -
YUV 74.46 219.16 76.32 -
System Red Green Blue C M Y K H S L
Decimal 2 80 236 0.99 0.66 0 0.07 220 0.98 0.47
Hex 2 50 EC 63 42 0 7 DC 62 2F
Octal 2 120 354 143 102 0 7 334 142 57
Binary 10 1010000 11101100 1100011 1000010 0 111 11011100 1100010 101111

Color Harmonies of #0250EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0250EC

Black with #0250EC

Text Example


Text Example

White with #0250EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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