Html Css Color HEX #087FBE Cerulean

📋 copy color: '#087FBE'

red 8 ◦ green 127 ◦ blue 190

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

Shades of Cerulean #087FBE

Tints of Cerulean #087FBE

RGB

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

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

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

R = 2.46%
G = 39.08%
B = 58.46%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#087FBE (or 0x087FBE) is known color: Cerulean. HEX triplet: 08, 7F and BE. RGB value is (8,127,190). Sum of RGB (Red+Green+Blue) = 8+127+190=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #087FBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FBE is #F78041. Grayscale: #626262. Windows color (decimal): -16220226 or 12484360. OLE color: 12484360.

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

Color convert

RGB 8 127 190 -
CMYK 0.96 0.33 0 0.25
HSL 200.77º 0.92% 0.39% -
HSV(B) 200.77º 0.96% 0.75% -
XYZ 16.98 18.95 51.48 -
YUV 98.6 179.58 63.38 -
System Red Green Blue C M Y K H S L
Decimal 8 127 190 0.96 0.33 0 0.25 200.77 0.92 0.39
Hex 8 7F BE 60 21 0 19 C9 5C 27
Octal 10 177 276 140 41 0 31 311 134 47
Binary 1000 1111111 10111110 1100000 100001 0 11001 11001001 1011100 100111

Color Harmonies of #087FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FBE

Black with #087FBE

Text Example


Text Example

White with #087FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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