Html Css Color HEX #087FBC Cerulean

📋 copy color: '#087FBC'

red 8 ◦ green 127 ◦ blue 188

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

Shades of Cerulean #087FBC

Tints of Cerulean #087FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 39.32%

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

R = 2.48%
G = 39.32%
B = 58.2%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#087FBC (or 0x087FBC) is known color: Cerulean. HEX triplet: 08, 7F and BC. RGB value is (8,127,188). Sum of RGB (Red+Green+Blue) = 8+127+188=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #087FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FBC is #F78043. Grayscale: #626262. Windows color (decimal): -16220228 or 12353288. OLE color: 12353288.

HSL color Cylindrical-coordinate representation of color #087FBC: hue angle of 200.33º 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 #087FBC is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 127 188 -
CMYK 0.96 0.32 0 0.26
HSL 200.33º 0.92% 0.38% -
HSV(B) 200.33º 0.96% 0.74% -
XYZ 16.77 18.86 50.33 -
YUV 98.37 178.58 63.54 -
System Red Green Blue C M Y K H S L
Decimal 8 127 188 0.96 0.32 0 0.26 200.33 0.92 0.38
Hex 8 7F BC 60 20 0 1A C8 5C 26
Octal 10 177 274 140 40 0 32 310 134 46
Binary 1000 1111111 10111100 1100000 100000 0 11010 11001000 1011100 100110

Color Harmonies of #087FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FBC

Black with #087FBC

Text Example


Text Example

White with #087FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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