Html Css Color HEX #087FBA Cerulean

📋 copy color: '#087FBA'

red 8 ◦ green 127 ◦ blue 186

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

Shades of Cerulean #087FBA

Tints of Cerulean #087FBA

RGB

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

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

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

R = 2.49%
G = 39.56%
B = 57.94%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#087FBA (or 0x087FBA) is known color: Cerulean. HEX triplet: 08, 7F and BA. RGB value is (8,127,186). Sum of RGB (Red+Green+Blue) = 8+127+186=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #087FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FBA is #F78045. Grayscale: #616161. Windows color (decimal): -16220230 or 12222216. OLE color: 12222216.

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

Color convert

RGB 8 127 186 -
CMYK 0.96 0.32 0 0.27
HSL 199.89º 0.92% 0.38% -
HSV(B) 199.89º 0.96% 0.73% -
XYZ 16.55 18.78 49.21 -
YUV 98.15 177.58 63.7 -
System Red Green Blue C M Y K H S L
Decimal 8 127 186 0.96 0.32 0 0.27 199.89 0.92 0.38
Hex 8 7F BA 60 20 0 1B C8 5C 26
Octal 10 177 272 140 40 0 33 310 134 46
Binary 1000 1111111 10111010 1100000 100000 0 11011 11001000 1011100 100110

Color Harmonies of #087FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FBA

Black with #087FBA

Text Example


Text Example

White with #087FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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