Html Css Color HEX #087DBD Cerulean

📋 copy color: '#087DBD'

red 8 ◦ green 125 ◦ blue 189

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

Shades of Cerulean #087DBD

Tints of Cerulean #087DBD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.82%

 BLUE value IS 189 (74.22% from 255) = 58.7%

R = 2.48%
G = 38.82%
B = 58.7%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#087DBD (or 0x087DBD) is known color: Cerulean. HEX triplet: 08, 7D and BD. RGB value is (8,125,189). Sum of RGB (Red+Green+Blue) = 8+125+189=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #087DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DBD is #F78242. Grayscale: #606060. Windows color (decimal): -16220739 or 12418312. OLE color: 12418312.

HSL color Cylindrical-coordinate representation of color #087DBD: hue angle of 201.22º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087DBD is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 125 189 -
CMYK 0.96 0.34 0 0.26
HSL 201.22º 0.92% 0.39% -
HSV(B) 201.22º 0.96% 0.74% -
XYZ 16.62 18.39 50.82 -
YUV 97.31 179.74 64.3 -
System Red Green Blue C M Y K H S L
Decimal 8 125 189 0.96 0.34 0 0.26 201.22 0.92 0.39
Hex 8 7D BD 60 22 0 1A C9 5C 27
Octal 10 175 275 140 42 0 32 311 134 47
Binary 1000 1111101 10111101 1100000 100010 0 11010 11001001 1011100 100111

Color Harmonies of #087DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DBD

Black with #087DBD

Text Example


Text Example

White with #087DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087DBD; }

 p { color: rgb(8,125,189); }

 H1.HeaderClassName
 {
   color: #087DBD;
 }
 .AnyTagClassName
 {
   color: #087DBD;
 }
</style>

background-color css

<style>
 a { background-color: #087DBD; }

 a { background-color: rgb(8,125,189); }

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

border-color css

<style>
 span { border-color: #087DBD; }

 span { border-color: rgb(8,125,189); }

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