Html Css Color HEX #157DB4 Cerulean

📋 copy color: '#157DB4'

red 21 ◦ green 125 ◦ blue 180

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

Shades of Cerulean #157DB4

Tints of Cerulean #157DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 55.21%

R = 6.44%
G = 38.34%
B = 55.21%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#157DB4 (or 0x157DB4) is known color: Cerulean. HEX triplet: 15, 7D and B4. RGB value is (21,125,180). Sum of RGB (Red+Green+Blue) = 21+125+180=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #157DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DB4 is #EA824B. Grayscale: #636363. Windows color (decimal): -15368780 or 11828501. OLE color: 11828501.

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

Color convert

RGB 21 125 180 -
CMYK 0.88 0.31 0 0.29
HSL 200.75º 0.79% 0.39% -
HSV(B) 200.75º 0.88% 0.71% -
XYZ 15.88 18.12 45.84 -
YUV 100.17 173.04 71.53 -
System Red Green Blue C M Y K H S L
Decimal 21 125 180 0.88 0.31 0 0.29 200.75 0.79 0.39
Hex 15 7D B4 58 1F 0 1D C9 4F 27
Octal 25 175 264 130 37 0 35 311 117 47
Binary 10101 1111101 10110100 1011000 11111 0 11101 11001001 1001111 100111

Color Harmonies of #157DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DB4

Black with #157DB4

Text Example


Text Example

White with #157DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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