Html Css Color HEX #086DDE Navy Blue

📋 copy color: '#086DDE'

red 8 ◦ green 109 ◦ blue 222

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

Shades of Navy Blue #086DDE

Tints of Navy Blue #086DDE

RGB

 RED value IS 8 (3.52% from 255) = 2.36%

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

 BLUE value IS 222 (87.11% from 255) = 65.49%

R = 2.36%
G = 32.15%
B = 65.49%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#086DDE (or 0x086DDE) is known color: Navy Blue. HEX triplet: 08, 6D and DE. RGB value is (8,109,222). Sum of RGB (Red+Green+Blue) = 8+109+222=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #086DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086DDE is #F79221. Grayscale: #5B5B5B. Windows color (decimal): -16224802 or 14576904. OLE color: 14576904.

HSL color Cylindrical-coordinate representation of color #086DDE: hue angle of 211.68º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086DDE is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 109 222 -
CMYK 0.96 0.51 0 0.13
HSL 211.68º 0.93% 0.45% -
HSV(B) 211.68º 0.96% 0.87% -
XYZ 18.75 16.26 71.26 -
YUV 91.68 201.54 68.31 -
System Red Green Blue C M Y K H S L
Decimal 8 109 222 0.96 0.51 0 0.13 211.68 0.93 0.45
Hex 8 6D DE 60 33 0 D D4 5D 2D
Octal 10 155 336 140 63 0 15 324 135 55
Binary 1000 1101101 11011110 1100000 110011 0 1101 11010100 1011101 101101

Color Harmonies of #086DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086DDE

Black with #086DDE

Text Example


Text Example

White with #086DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086DDE; }

 p { color: rgb(8,109,222); }

 H1.HeaderClassName
 {
   color: #086DDE;
 }
 .AnyTagClassName
 {
   color: #086DDE;
 }
</style>

background-color css

<style>
 a { background-color: #086DDE; }

 a { background-color: rgb(8,109,222); }

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

border-color css

<style>
 span { border-color: #086DDE; }

 span { border-color: rgb(8,109,222); }

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