Html Css Color HEX #086DB1 Cerulean

📋 copy color: '#086DB1'

red 8 ◦ green 109 ◦ blue 177

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

Shades of Cerulean #086DB1

Tints of Cerulean #086DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 60.2%

R = 2.72%
G = 37.07%
B = 60.2%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#086DB1 (or 0x086DB1) is known color: Cerulean. HEX triplet: 08, 6D and B1. RGB value is (8,109,177). Sum of RGB (Red+Green+Blue) = 8+109+177=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #086DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086DB1 is #F7924E. Grayscale: #565656. Windows color (decimal): -16224847 or 11627784. OLE color: 11627784.

HSL color Cylindrical-coordinate representation of color #086DB1: hue angle of 204.14º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086DB1 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 109 177 -
CMYK 0.95 0.38 0 0.31
HSL 204.14º 0.91% 0.36% -
HSV(B) 204.14º 0.95% 0.69% -
XYZ 13.5 14.16 43.62 -
YUV 86.55 179.04 71.97 -
System Red Green Blue C M Y K H S L
Decimal 8 109 177 0.95 0.38 0 0.31 204.14 0.91 0.36
Hex 8 6D B1 5F 26 0 1F CC 5B 24
Octal 10 155 261 137 46 0 37 314 133 44
Binary 1000 1101101 10110001 1011111 100110 0 11111 11001100 1011011 100100

Color Harmonies of #086DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086DB1

Black with #086DB1

Text Example


Text Example

White with #086DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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