Html Css Color HEX #087BBA Cerulean

📋 copy color: '#087BBA'

red 8 ◦ green 123 ◦ blue 186

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

Shades of Cerulean #087BBA

Tints of Cerulean #087BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.8%

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

R = 2.52%
G = 38.8%
B = 58.68%

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

#087BBA (or 0x087BBA) is known color: Cerulean. HEX triplet: 08, 7B and BA. RGB value is (8,123,186). Sum of RGB (Red+Green+Blue) = 8+123+186=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #087BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BBA is #F78445. Grayscale: #5F5F5F. Windows color (decimal): -16221254 or 12221192. OLE color: 12221192.

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

Color convert

RGB 8 123 186 -
CMYK 0.96 0.34 0 0.27
HSL 201.24º 0.92% 0.38% -
HSV(B) 201.24º 0.96% 0.73% -
XYZ 16.05 17.76 49.04 -
YUV 95.8 178.9 65.38 -
System Red Green Blue C M Y K H S L
Decimal 8 123 186 0.96 0.34 0 0.27 201.24 0.92 0.38
Hex 8 7B BA 60 22 0 1B C9 5C 26
Octal 10 173 272 140 42 0 33 311 134 46
Binary 1000 1111011 10111010 1100000 100010 0 11011 11001001 1011100 100110

Color Harmonies of #087BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087BBA

Black with #087BBA

Text Example


Text Example

White with #087BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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