Html Css Color HEX #026DF4 Navy Blue

📋 copy color: '#026DF4'

red 2 ◦ green 109 ◦ blue 244

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

Shades of Navy Blue #026DF4

Tints of Navy Blue #026DF4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.7%

 BLUE value IS 244 (95.7% from 255) = 68.73%

R = 0.56%
G = 30.7%
B = 68.73%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#026DF4 (or 0x026DF4) is known color: Navy Blue. HEX triplet: 02, 6D and F4. RGB value is (2,109,244). Sum of RGB (Red+Green+Blue) = 2+109+244=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 244 (95.70% from 255 or 68.73% from 355); Max value from RGB is 244 - color contains mainly: blue. Hex color #026DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026DF4 is #FD920B. Grayscale: #5B5B5B. Windows color (decimal): -16617996 or 16018690. OLE color: 16018690.

HSL color Cylindrical-coordinate representation of color #026DF4: hue angle of 213.47º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026DF4 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 109 244 -
CMYK 0.99 0.55 0 0.04
HSL 213.47º 0.98% 0.48% -
HSV(B) 213.47º 0.99% 0.96% -
XYZ 21.82 17.48 87.81 -
YUV 92.4 213.55 63.52 -
System Red Green Blue C M Y K H S L
Decimal 2 109 244 0.99 0.55 0 0.04 213.47 0.98 0.48
Hex 2 6D F4 63 37 0 4 D5 62 30
Octal 2 155 364 143 67 0 4 325 142 60
Binary 10 1101101 11110100 1100011 110111 0 100 11010101 1100010 110000

Color Harmonies of #026DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026DF4

Black with #026DF4

Text Example


Text Example

White with #026DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026DF4; }

 p { color: rgb(2,109,244); }

 H1.HeaderClassName
 {
   color: #026DF4;
 }
 .AnyTagClassName
 {
   color: #026DF4;
 }
</style>

background-color css

<style>
 a { background-color: #026DF4; }

 a { background-color: rgb(2,109,244); }

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

border-color css

<style>
 span { border-color: #026DF4; }

 span { border-color: rgb(2,109,244); }

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