Html Css Color HEX #087DBB Cerulean

📋 copy color: '#087DBB'

red 8 ◦ green 125 ◦ blue 187

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

Shades of Cerulean #087DBB

Tints of Cerulean #087DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.44%

R = 2.5%
G = 39.06%
B = 58.44%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#087DBB (or 0x087DBB) is known color: Cerulean. HEX triplet: 08, 7D and BB. RGB value is (8,125,187). Sum of RGB (Red+Green+Blue) = 8+125+187=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #087DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DBB is #F78244. Grayscale: #606060. Windows color (decimal): -16220741 or 12287240. OLE color: 12287240.

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

Color convert

RGB 8 125 187 -
CMYK 0.96 0.33 0 0.27
HSL 200.78º 0.92% 0.38% -
HSV(B) 200.78º 0.96% 0.73% -
XYZ 16.4 18.31 49.68 -
YUV 97.09 178.74 64.46 -
System Red Green Blue C M Y K H S L
Decimal 8 125 187 0.96 0.33 0 0.27 200.78 0.92 0.38
Hex 8 7D BB 60 21 0 1B C9 5C 26
Octal 10 175 273 140 41 0 33 311 134 46
Binary 1000 1111101 10111011 1100000 100001 0 11011 11001001 1011100 100110

Color Harmonies of #087DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DBB

Black with #087DBB

Text Example


Text Example

White with #087DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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