Html Css Color HEX #087DBC Cerulean

📋 copy color: '#087DBC'

red 8 ◦ green 125 ◦ blue 188

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

Shades of Cerulean #087DBC

Tints of Cerulean #087DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 2.49%
G = 38.94%
B = 58.57%

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

#087DBC (or 0x087DBC) is known color: Cerulean. HEX triplet: 08, 7D and BC. RGB value is (8,125,188). Sum of RGB (Red+Green+Blue) = 8+125+188=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #087DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DBC is #F78243. Grayscale: #606060. Windows color (decimal): -16220740 or 12352776. OLE color: 12352776.

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

Color convert

RGB 8 125 188 -
CMYK 0.96 0.34 0 0.26
HSL 201º 0.92% 0.38% -
HSV(B) 201º 0.96% 0.74% -
XYZ 16.51 18.35 50.25 -
YUV 97.2 179.24 64.38 -
System Red Green Blue C M Y K H S L
Decimal 8 125 188 0.96 0.34 0 0.26 201 0.92 0.38
Hex 8 7D BC 60 22 0 1A C9 5C 26
Octal 10 175 274 140 42 0 32 311 134 46
Binary 1000 1111101 10111100 1100000 100010 0 11010 11001001 1011100 100110

Color Harmonies of #087DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DBC

Black with #087DBC

Text Example


Text Example

White with #087DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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