Html Css Color HEX #086FDC Navy Blue

📋 copy color: '#086FDC'

red 8 ◦ green 111 ◦ blue 220

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

Shades of Navy Blue #086FDC

Tints of Navy Blue #086FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.74%

 BLUE value IS 220 (86.33% from 255) = 64.9%

R = 2.36%
G = 32.74%
B = 64.9%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#086FDC (or 0x086FDC) is known color: Navy Blue. HEX triplet: 08, 6F and DC. RGB value is (8,111,220). Sum of RGB (Red+Green+Blue) = 8+111+220=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #086FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FDC is #F79023. Grayscale: #5C5C5C. Windows color (decimal): -16224292 or 14446344. OLE color: 14446344.

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

Color convert

RGB 8 111 220 -
CMYK 0.96 0.50 0 0.14
HSL 210.85º 0.93% 0.45% -
HSV(B) 210.85º 0.96% 0.86% -
XYZ 18.7 16.59 69.93 -
YUV 92.63 199.88 67.64 -
System Red Green Blue C M Y K H S L
Decimal 8 111 220 0.96 0.50 0 0.14 210.85 0.93 0.45
Hex 8 6F DC 60 32 0 E D3 5D 2D
Octal 10 157 334 140 62 0 16 323 135 55
Binary 1000 1101111 11011100 1100000 110010 0 1110 11010011 1011101 101101

Color Harmonies of #086FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FDC

Black with #086FDC

Text Example


Text Example

White with #086FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,111,220); }

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

background-color css

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

 a { background-color: rgb(8,111,220); }

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

border-color css

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

 span { border-color: rgb(8,111,220); }

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