Html Css Color HEX #157DA8 Cerulean

📋 copy color: '#157DA8'

red 21 ◦ green 125 ◦ blue 168

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

Shades of Cerulean #157DA8

Tints of Cerulean #157DA8

RGB

 RED value IS 21 (8.59% from 255) = 6.69%

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

 BLUE value IS 168 (66.02% from 255) = 53.5%

R = 6.69%
G = 39.81%
B = 53.5%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#157DA8 (or 0x157DA8) is known color: Cerulean. HEX triplet: 15, 7D and A8. RGB value is (21,125,168). Sum of RGB (Red+Green+Blue) = 21+125+168=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 168 (66.02% from 255 or 53.50% from 314); Max value from RGB is 168 - color contains mainly: blue. Hex color #157DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157DA8 is #EA8257. Grayscale: #626262. Windows color (decimal): -15368792 or 11042069. OLE color: 11042069.

HSL color Cylindrical-coordinate representation of color #157DA8: hue angle of 197.55º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157DA8 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 21 125 168 -
CMYK 0.88 0.26 0 0.34
HSL 197.55º 0.78% 0.37% -
HSV(B) 197.55º 0.88% 0.66% -
XYZ 14.71 17.65 39.68 -
YUV 98.81 167.04 72.5 -
System Red Green Blue C M Y K H S L
Decimal 21 125 168 0.88 0.26 0 0.34 197.55 0.78 0.37
Hex 15 7D A8 58 1A 0 22 C6 4E 25
Octal 25 175 250 130 32 0 42 306 116 45
Binary 10101 1111101 10101000 1011000 11010 0 100010 11000110 1001110 100101

Color Harmonies of #157DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DA8

Black with #157DA8

Text Example


Text Example

White with #157DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157DA8; }

 p { color: rgb(21,125,168); }

 H1.HeaderClassName
 {
   color: #157DA8;
 }
 .AnyTagClassName
 {
   color: #157DA8;
 }
</style>

background-color css

<style>
 a { background-color: #157DA8; }

 a { background-color: rgb(21,125,168); }

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

border-color css

<style>
 span { border-color: #157DA8; }

 span { border-color: rgb(21,125,168); }

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