Html Css Color HEX #087ABE Cerulean

📋 copy color: '#087ABE'

red 8 ◦ green 122 ◦ blue 190

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

Shades of Cerulean #087ABE

Tints of Cerulean #087ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.13%

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 2.5%
G = 38.13%
B = 59.38%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#087ABE (or 0x087ABE) is known color: Cerulean. HEX triplet: 08, 7A and BE. RGB value is (8,122,190). Sum of RGB (Red+Green+Blue) = 8+122+190=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #087ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ABE is #F78541. Grayscale: #5F5F5F. Windows color (decimal): -16221506 or 12483080. OLE color: 12483080.

HSL color Cylindrical-coordinate representation of color #087ABE: hue angle of 202.42º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087ABE is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 122 190 -
CMYK 0.96 0.36 0 0.25
HSL 202.42º 0.92% 0.39% -
HSV(B) 202.42º 0.96% 0.75% -
XYZ 16.35 17.69 51.27 -
YUV 95.67 181.23 65.47 -
System Red Green Blue C M Y K H S L
Decimal 8 122 190 0.96 0.36 0 0.25 202.42 0.92 0.39
Hex 8 7A BE 60 24 0 19 CA 5C 27
Octal 10 172 276 140 44 0 31 312 134 47
Binary 1000 1111010 10111110 1100000 100100 0 11001 11001010 1011100 100111

Color Harmonies of #087ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087ABE

Black with #087ABE

Text Example


Text Example

White with #087ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,122,190); }

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

background-color css

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

 a { background-color: rgb(8,122,190); }

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

border-color css

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

 span { border-color: rgb(8,122,190); }

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