Html Css Color HEX #157DAE Cerulean

📋 copy color: '#157DAE'

red 21 ◦ green 125 ◦ blue 174

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

Shades of Cerulean #157DAE

Tints of Cerulean #157DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.38%

R = 6.56%
G = 39.06%
B = 54.38%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#157DAE (or 0x157DAE) is known color: Cerulean. HEX triplet: 15, 7D and AE. RGB value is (21,125,174). Sum of RGB (Red+Green+Blue) = 21+125+174=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #157DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157DAE is #EA8251. Grayscale: #636363. Windows color (decimal): -15368786 or 11435285. OLE color: 11435285.

HSL color Cylindrical-coordinate representation of color #157DAE: hue angle of 199.22º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157DAE is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 125 174 -
CMYK 0.88 0.28 0 0.32
HSL 199.22º 0.78% 0.38% -
HSV(B) 199.22º 0.88% 0.68% -
XYZ 15.28 17.88 42.69 -
YUV 99.49 170.04 72.02 -
System Red Green Blue C M Y K H S L
Decimal 21 125 174 0.88 0.28 0 0.32 199.22 0.78 0.38
Hex 15 7D AE 58 1C 0 20 C7 4E 26
Octal 25 175 256 130 34 0 40 307 116 46
Binary 10101 1111101 10101110 1011000 11100 0 100000 11000111 1001110 100110

Color Harmonies of #157DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DAE

Black with #157DAE

Text Example


Text Example

White with #157DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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