Html Css Color HEX #087DBF Cerulean

📋 copy color: '#087DBF'

red 8 ◦ green 125 ◦ blue 191

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

Shades of Cerulean #087DBF

Tints of Cerulean #087DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.58%

 BLUE value IS 191 (75% from 255) = 58.95%

R = 2.47%
G = 38.58%
B = 58.95%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#087DBF (or 0x087DBF) is known color: Cerulean. HEX triplet: 08, 7D and BF. RGB value is (8,125,191). Sum of RGB (Red+Green+Blue) = 8+125+191=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #087DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DBF is #F78240. Grayscale: #616161. Windows color (decimal): -16220737 or 12549384. OLE color: 12549384.

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

Color convert

RGB 8 125 191 -
CMYK 0.96 0.35 0 0.25
HSL 201.64º 0.92% 0.39% -
HSV(B) 201.64º 0.96% 0.75% -
XYZ 16.84 18.48 51.97 -
YUV 97.54 180.74 64.13 -
System Red Green Blue C M Y K H S L
Decimal 8 125 191 0.96 0.35 0 0.25 201.64 0.92 0.39
Hex 8 7D BF 60 23 0 19 CA 5C 27
Octal 10 175 277 140 43 0 31 312 134 47
Binary 1000 1111101 10111111 1100000 100011 0 11001 11001010 1011100 100111

Color Harmonies of #087DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DBF

Black with #087DBF

Text Example


Text Example

White with #087DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,125,191); }

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

background-color css

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

 a { background-color: rgb(8,125,191); }

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

border-color css

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

 span { border-color: rgb(8,125,191); }

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