Html Css Color HEX #087498 Cerulean

📋 copy color: '#087498'

red 8 ◦ green 116 ◦ blue 152

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

Shades of Cerulean #087498

Tints of Cerulean #087498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.03%

 BLUE value IS 152 (59.77% from 255) = 55.07%

R = 2.9%
G = 42.03%
B = 55.07%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#087498 (or 0x087498) is known color: Cerulean. HEX triplet: 08, 74 and 98. RGB value is (8,116,152). Sum of RGB (Red+Green+Blue) = 8+116+152=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #087498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087498 is #F78B67. Grayscale: #575757. Windows color (decimal): -16223080 or 9991176. OLE color: 9991176.

HSL color Cylindrical-coordinate representation of color #087498: hue angle of 195º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087498 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 116 152 -
CMYK 0.95 0.24 0 0.40
HSL 195º 0.9% 0.31% -
HSV(B) 195º 0.95% 0.6% -
XYZ 12.01 14.81 31.93 -
YUV 87.81 164.22 71.07 -
System Red Green Blue C M Y K H S L
Decimal 8 116 152 0.95 0.24 0 0.40 195 0.9 0.31
Hex 8 74 98 5F 18 0 28 C3 5A 1F
Octal 10 164 230 137 30 0 50 303 132 37
Binary 1000 1110100 10011000 1011111 11000 0 101000 11000011 1011010 11111

Color Harmonies of #087498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087498

Black with #087498

Text Example


Text Example

White with #087498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087498; }

 p { color: rgb(8,116,152); }

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

background-color css

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

 a { background-color: rgb(8,116,152); }

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

border-color css

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

 span { border-color: rgb(8,116,152); }

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