Html Css Color HEX #087DA4 Cerulean

📋 copy color: '#087DA4'

red 8 ◦ green 125 ◦ blue 164

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

Shades of Cerulean #087DA4

Tints of Cerulean #087DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 55.22%

R = 2.69%
G = 42.09%
B = 55.22%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#087DA4 (or 0x087DA4) is known color: Cerulean. HEX triplet: 08, 7D and A4. RGB value is (8,125,164). Sum of RGB (Red+Green+Blue) = 8+125+164=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #087DA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087DA4 is #F7825B. Grayscale: #5E5E5E. Windows color (decimal): -16220764 or 10779912. OLE color: 10779912.

HSL color Cylindrical-coordinate representation of color #087DA4: hue angle of 195º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087DA4 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 125 164 -
CMYK 0.95 0.24 0 0.36
HSL 195º 0.91% 0.34% -
HSV(B) 195º 0.95% 0.64% -
XYZ 14.13 17.4 37.74 -
YUV 94.46 167.24 66.33 -
System Red Green Blue C M Y K H S L
Decimal 8 125 164 0.95 0.24 0 0.36 195 0.91 0.34
Hex 8 7D A4 5F 18 0 24 C3 5B 22
Octal 10 175 244 137 30 0 44 303 133 42
Binary 1000 1111101 10100100 1011111 11000 0 100100 11000011 1011011 100010

Color Harmonies of #087DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DA4

Black with #087DA4

Text Example


Text Example

White with #087DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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