#087CB7

Color #087CB7 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #087CB7

Tints of Cerulean #087CB7

Color information

#087CB7 (or 0x087CB7) is unknown color: approx Cerulean. HEX triplet: 08, 7C and B7. RGB value is (8,124,183). Sum of RGB (Red+Green+Blue) = 8+124+183=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #087CB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CB7 is #F78348. Grayscale: #5F5F5F. Windows color (decimal): -16221001 or 12024840. OLE color: 12024840.

HSL color Cylindrical-coordinate representation of color #087CB7: hue angle of 200.23º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087CB7 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8124183-
CMYK0.960.3200.28
HSL200.23º91.62%37.45%-
HSV(B)200.23º95.63%71.76%-
XYZ15.8617.8947.42-
YUV96.04177.0765.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.54%
GREEN value IS 124 (48.83% from 255) = 39.37%
BLUE value IS 183 (71.88% from 255) = 58.10%
R=2.54%
G=39.37%
B=58.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81241830.960.3200.28200.2391.6237.45
Hex87CB7602001Cc85c25
Octal101742671404003431013445
Binary10001111100101101111100000100000011100110010001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,124,183); }

 H1.HeaderClassName
 {
   color: #087CB7;
 }
 .AnyTagClassName
 {
   color: #087CB7;
 }
</style>
background-color css

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

 a { background-color: rgb(8,124,183); }

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

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

 span { border-color: rgb(8,124,183); }

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