Html Css Color HEX #086FDF Navy Blue

📋 copy color: '#086FDF'

red 8 ◦ green 111 ◦ blue 223

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

Shades of Navy Blue #086FDF

Tints of Navy Blue #086FDF

RGB

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

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

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

R = 2.34%
G = 32.46%
B = 65.2%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#086FDF (or 0x086FDF) is known color: Navy Blue. HEX triplet: 08, 6F and DF. RGB value is (8,111,223). Sum of RGB (Red+Green+Blue) = 8+111+223=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #086FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FDF is #F79020. Grayscale: #5C5C5C. Windows color (decimal): -16224289 or 14642952. OLE color: 14642952.

HSL color Cylindrical-coordinate representation of color #086FDF: hue angle of 211.26º 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 #086FDF is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 111 223 -
CMYK 0.96 0.50 0 0.13
HSL 211.26º 0.93% 0.45% -
HSV(B) 211.26º 0.96% 0.87% -
XYZ 19.1 16.75 72.04 -
YUV 92.97 201.38 67.39 -
System Red Green Blue C M Y K H S L
Decimal 8 111 223 0.96 0.50 0 0.13 211.26 0.93 0.45
Hex 8 6F DF 60 32 0 D D3 5D 2D
Octal 10 157 337 140 62 0 15 323 135 55
Binary 1000 1101111 11011111 1100000 110010 0 1101 11010011 1011101 101101

Color Harmonies of #086FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FDF

Black with #086FDF

Text Example


Text Example

White with #086FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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