Html Css Color HEX #026DDF Navy Blue

📋 copy color: '#026DDF'

red 2 ◦ green 109 ◦ blue 223

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

Shades of Navy Blue #026DDF

Tints of Navy Blue #026DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.77%

R = 0.6%
G = 32.63%
B = 66.77%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#026DDF (or 0x026DDF) is known color: Navy Blue. HEX triplet: 02, 6D and DF. RGB value is (2,109,223). Sum of RGB (Red+Green+Blue) = 2+109+223=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #026DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026DDF is #FD9220. Grayscale: #595959. Windows color (decimal): -16618017 or 14642434. OLE color: 14642434.

HSL color Cylindrical-coordinate representation of color #026DDF: hue angle of 210.95º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026DDF is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 109 223 -
CMYK 0.99 0.51 0 0.13
HSL 210.95º 0.98% 0.44% -
HSV(B) 210.95º 0.99% 0.87% -
XYZ 18.81 16.28 71.96 -
YUV 90 203.05 65.23 -
System Red Green Blue C M Y K H S L
Decimal 2 109 223 0.99 0.51 0 0.13 210.95 0.98 0.44
Hex 2 6D DF 63 33 0 D D3 62 2C
Octal 2 155 337 143 63 0 15 323 142 54
Binary 10 1101101 11011111 1100011 110011 0 1101 11010011 1100010 101100

Color Harmonies of #026DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026DDF

Black with #026DDF

Text Example


Text Example

White with #026DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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