Html Css Color HEX #086EDF Navy Blue

📋 copy color: '#086EDF'

red 8 ◦ green 110 ◦ blue 223

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

Shades of Navy Blue #086EDF

Tints of Navy Blue #086EDF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.26%

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

R = 2.35%
G = 32.26%
B = 65.4%

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

#086EDF (or 0x086EDF) is known color: Navy Blue. HEX triplet: 08, 6E and DF. RGB value is (8,110,223). Sum of RGB (Red+Green+Blue) = 8+110+223=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #086EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086EDF is #F79120. Grayscale: #5B5B5B. Windows color (decimal): -16224545 or 14642696. OLE color: 14642696.

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

Color convert

RGB 8 110 223 -
CMYK 0.96 0.51 0 0.13
HSL 211.53º 0.93% 0.45% -
HSV(B) 211.53º 0.96% 0.87% -
XYZ 19 16.53 72 -
YUV 92.38 201.71 67.81 -
System Red Green Blue C M Y K H S L
Decimal 8 110 223 0.96 0.51 0 0.13 211.53 0.93 0.45
Hex 8 6E DF 60 33 0 D D4 5D 2D
Octal 10 156 337 140 63 0 15 324 135 55
Binary 1000 1101110 11011111 1100000 110011 0 1101 11010100 1011101 101101

Color Harmonies of #086EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086EDF

Black with #086EDF

Text Example


Text Example

White with #086EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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