Html Css Color HEX #087CBB Cerulean

📋 copy color: '#087CBB'

red 8 ◦ green 124 ◦ blue 187

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

Shades of Cerulean #087CBB

Tints of Cerulean #087CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.62%

R = 2.51%
G = 38.87%
B = 58.62%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#087CBB (or 0x087CBB) is known color: Cerulean. HEX triplet: 08, 7C and BB. RGB value is (8,124,187). Sum of RGB (Red+Green+Blue) = 8+124+187=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #087CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CBB is #F78344. Grayscale: #606060. Windows color (decimal): -16220997 or 12286984. OLE color: 12286984.

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

Color convert

RGB 8 124 187 -
CMYK 0.96 0.34 0 0.27
HSL 201.12º 0.92% 0.38% -
HSV(B) 201.12º 0.96% 0.73% -
XYZ 16.28 18.05 49.64 -
YUV 96.5 179.07 64.88 -
System Red Green Blue C M Y K H S L
Decimal 8 124 187 0.96 0.34 0 0.27 201.12 0.92 0.38
Hex 8 7C BB 60 22 0 1B C9 5C 26
Octal 10 174 273 140 42 0 33 311 134 46
Binary 1000 1111100 10111011 1100000 100010 0 11011 11001001 1011100 100110

Color Harmonies of #087CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087CBB

Black with #087CBB

Text Example


Text Example

White with #087CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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