Html Css Color HEX #086DED Navy Blue

📋 copy color: '#086DED'

red 8 ◦ green 109 ◦ blue 237

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

Shades of Navy Blue #086DED

Tints of Navy Blue #086DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.95%

R = 2.26%
G = 30.79%
B = 66.95%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#086DED (or 0x086DED) is known color: Navy Blue. HEX triplet: 08, 6D and ED. RGB value is (8,109,237). Sum of RGB (Red+Green+Blue) = 8+109+237=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #086DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086DED is #F79212. Grayscale: #5C5C5C. Windows color (decimal): -16224787 or 15559944. OLE color: 15559944.

HSL color Cylindrical-coordinate representation of color #086DED: hue angle of 213.54º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086DED is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 109 237 -
CMYK 0.97 0.54 0 0.07
HSL 213.54º 0.93% 0.48% -
HSV(B) 213.54º 0.97% 0.93% -
XYZ 20.85 17.1 82.32 -
YUV 93.39 209.04 67.09 -
System Red Green Blue C M Y K H S L
Decimal 8 109 237 0.97 0.54 0 0.07 213.54 0.93 0.48
Hex 8 6D ED 61 36 0 7 D6 5D 30
Octal 10 155 355 141 66 0 7 326 135 60
Binary 1000 1101101 11101101 1100001 110110 0 111 11010110 1011101 110000

Color Harmonies of #086DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086DED

Black with #086DED

Text Example


Text Example

White with #086DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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