Html Css Color HEX #087DAD Cerulean

📋 copy color: '#087DAD'

red 8 ◦ green 125 ◦ blue 173

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

Shades of Cerulean #087DAD

Tints of Cerulean #087DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.54%

R = 2.61%
G = 40.85%
B = 56.54%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#087DAD (or 0x087DAD) is known color: Cerulean. HEX triplet: 08, 7D and AD. RGB value is (8,125,173). Sum of RGB (Red+Green+Blue) = 8+125+173=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #087DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087DAD is #F78252. Grayscale: #5F5F5F. Windows color (decimal): -16220755 or 11369736. OLE color: 11369736.

HSL color Cylindrical-coordinate representation of color #087DAD: hue angle of 197.45º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087DAD is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 125 173 -
CMYK 0.95 0.28 0 0.32
HSL 197.45º 0.91% 0.35% -
HSV(B) 197.45º 0.95% 0.68% -
XYZ 14.98 17.74 42.17 -
YUV 95.49 171.74 65.6 -
System Red Green Blue C M Y K H S L
Decimal 8 125 173 0.95 0.28 0 0.32 197.45 0.91 0.35
Hex 8 7D AD 5F 1C 0 20 C5 5B 23
Octal 10 175 255 137 34 0 40 305 133 43
Binary 1000 1111101 10101101 1011111 11100 0 100000 11000101 1011011 100011

Color Harmonies of #087DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DAD

Black with #087DAD

Text Example


Text Example

White with #087DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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