Html Css Color HEX #157DB0 Cerulean

📋 copy color: '#157DB0'

red 21 ◦ green 125 ◦ blue 176

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

Shades of Cerulean #157DB0

Tints of Cerulean #157DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 54.66%

R = 6.52%
G = 38.82%
B = 54.66%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#157DB0 (or 0x157DB0) is known color: Cerulean. HEX triplet: 15, 7D and B0. RGB value is (21,125,176). Sum of RGB (Red+Green+Blue) = 21+125+176=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 176 (69.14% from 255 or 54.66% from 322); Max value from RGB is 176 - color contains mainly: blue. Hex color #157DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157DB0 is #EA824F. Grayscale: #636363. Windows color (decimal): -15368784 or 11566357. OLE color: 11566357.

HSL color Cylindrical-coordinate representation of color #157DB0: hue angle of 199.74º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157DB0 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 125 176 -
CMYK 0.88 0.29 0 0.31
HSL 199.74º 0.79% 0.39% -
HSV(B) 199.74º 0.88% 0.69% -
XYZ 15.48 17.96 43.73 -
YUV 99.72 171.04 71.85 -
System Red Green Blue C M Y K H S L
Decimal 21 125 176 0.88 0.29 0 0.31 199.74 0.79 0.39
Hex 15 7D B0 58 1D 0 1F C8 4F 27
Octal 25 175 260 130 35 0 37 310 117 47
Binary 10101 1111101 10110000 1011000 11101 0 11111 11001000 1001111 100111

Color Harmonies of #157DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DB0

Black with #157DB0

Text Example


Text Example

White with #157DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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