Html Css Color HEX #086DDF Navy Blue

📋 copy color: '#086DDF'

red 8 ◦ green 109 ◦ blue 223

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

Shades of Navy Blue #086DDF

Tints of Navy Blue #086DDF

RGB

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

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

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

R = 2.35%
G = 32.06%
B = 65.59%

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

#086DDF (or 0x086DDF) is known color: Navy Blue. HEX triplet: 08, 6D and DF. RGB value is (8,109,223). Sum of RGB (Red+Green+Blue) = 8+109+223=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #086DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086DDF is #F79220. Grayscale: #5B5B5B. Windows color (decimal): -16224801 or 14642440. OLE color: 14642440.

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

Color convert

RGB 8 109 223 -
CMYK 0.96 0.51 0 0.13
HSL 211.81º 0.93% 0.45% -
HSV(B) 211.81º 0.96% 0.87% -
XYZ 18.89 16.32 71.97 -
YUV 91.8 202.04 68.23 -
System Red Green Blue C M Y K H S L
Decimal 8 109 223 0.96 0.51 0 0.13 211.81 0.93 0.45
Hex 8 6D DF 60 33 0 D D4 5D 2D
Octal 10 155 337 140 63 0 15 324 135 55
Binary 1000 1101101 11011111 1100000 110011 0 1101 11010100 1011101 101101

Color Harmonies of #086DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086DDF

Black with #086DDF

Text Example


Text Example

White with #086DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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