Html Css Color HEX #157DB8 Cerulean

📋 copy color: '#157DB8'

red 21 ◦ green 125 ◦ blue 184

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

Shades of Cerulean #157DB8

Tints of Cerulean #157DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 55.76%

R = 6.36%
G = 37.88%
B = 55.76%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#157DB8 (or 0x157DB8) is known color: Cerulean. HEX triplet: 15, 7D and B8. RGB value is (21,125,184). Sum of RGB (Red+Green+Blue) = 21+125+184=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #157DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DB8 is #EA8247. Grayscale: #646464. Windows color (decimal): -15368776 or 12090645. OLE color: 12090645.

HSL color Cylindrical-coordinate representation of color #157DB8: hue angle of 201.72º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157DB8 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 21 125 184 -
CMYK 0.89 0.32 0 0.28
HSL 201.72º 0.8% 0.4% -
HSV(B) 201.72º 0.89% 0.72% -
XYZ 16.29 18.29 48.02 -
YUV 100.63 175.04 71.2 -
System Red Green Blue C M Y K H S L
Decimal 21 125 184 0.89 0.32 0 0.28 201.72 0.8 0.4
Hex 15 7D B8 59 20 0 1C CA 50 28
Octal 25 175 270 131 40 0 34 312 120 50
Binary 10101 1111101 10111000 1011001 100000 0 11100 11001010 1010000 101000

Color Harmonies of #157DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DB8

Black with #157DB8

Text Example


Text Example

White with #157DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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