Html Css Color HEX #087CBC Cerulean

📋 copy color: '#087CBC'

red 8 ◦ green 124 ◦ blue 188

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

Shades of Cerulean #087CBC

Tints of Cerulean #087CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.75%

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

R = 2.5%
G = 38.75%
B = 58.75%

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

#087CBC (or 0x087CBC) is known color: Cerulean. HEX triplet: 08, 7C and BC. RGB value is (8,124,188). Sum of RGB (Red+Green+Blue) = 8+124+188=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #087CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CBC is #F78343. Grayscale: #606060. Windows color (decimal): -16220996 or 12352520. OLE color: 12352520.

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

Color convert

RGB 8 124 188 -
CMYK 0.96 0.34 0 0.26
HSL 201.33º 0.92% 0.38% -
HSV(B) 201.33º 0.96% 0.74% -
XYZ 16.38 18.1 50.21 -
YUV 96.61 179.57 64.8 -
System Red Green Blue C M Y K H S L
Decimal 8 124 188 0.96 0.34 0 0.26 201.33 0.92 0.38
Hex 8 7C BC 60 22 0 1A C9 5C 26
Octal 10 174 274 140 42 0 32 311 134 46
Binary 1000 1111100 10111100 1100000 100010 0 11010 11001001 1011100 100110

Color Harmonies of #087CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087CBC

Black with #087CBC

Text Example


Text Example

White with #087CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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