Html Css Color HEX #087CBA Cerulean

📋 copy color: '#087CBA'

red 8 ◦ green 124 ◦ blue 186

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

Shades of Cerulean #087CBA

Tints of Cerulean #087CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.49%

R = 2.52%
G = 38.99%
B = 58.49%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#087CBA (or 0x087CBA) is known color: Cerulean. HEX triplet: 08, 7C and BA. RGB value is (8,124,186). Sum of RGB (Red+Green+Blue) = 8+124+186=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #087CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CBA is #F78345. Grayscale: #606060. Windows color (decimal): -16220998 or 12221448. OLE color: 12221448.

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

Color convert

RGB 8 124 186 -
CMYK 0.96 0.33 0 0.27
HSL 200.9º 0.92% 0.38% -
HSV(B) 200.9º 0.96% 0.73% -
XYZ 16.17 18.01 49.08 -
YUV 96.38 178.57 64.96 -
System Red Green Blue C M Y K H S L
Decimal 8 124 186 0.96 0.33 0 0.27 200.9 0.92 0.38
Hex 8 7C BA 60 21 0 1B C9 5C 26
Octal 10 174 272 140 41 0 33 311 134 46
Binary 1000 1111100 10111010 1100000 100001 0 11011 11001001 1011100 100110

Color Harmonies of #087CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087CBA

Black with #087CBA

Text Example


Text Example

White with #087CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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