Html Css Color HEX #157DBC Cerulean

📋 copy color: '#157DBC'

red 21 ◦ green 125 ◦ blue 188

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

Shades of Cerulean #157DBC

Tints of Cerulean #157DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 6.29%
G = 37.43%
B = 56.29%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#157DBC (or 0x157DBC) is known color: Cerulean. HEX triplet: 15, 7D and BC. RGB value is (21,125,188). Sum of RGB (Red+Green+Blue) = 21+125+188=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #157DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DBC is #EA8243. Grayscale: #646464. Windows color (decimal): -15368772 or 12352789. OLE color: 12352789.

HSL color Cylindrical-coordinate representation of color #157DBC: hue angle of 202.63º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157DBC is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 125 188 -
CMYK 0.89 0.34 0 0.26
HSL 202.63º 0.8% 0.41% -
HSV(B) 202.63º 0.89% 0.74% -
XYZ 16.72 18.46 50.26 -
YUV 101.09 177.04 70.88 -
System Red Green Blue C M Y K H S L
Decimal 21 125 188 0.89 0.34 0 0.26 202.63 0.8 0.41
Hex 15 7D BC 59 22 0 1A CB 50 29
Octal 25 175 274 131 42 0 32 313 120 51
Binary 10101 1111101 10111100 1011001 100010 0 11010 11001011 1010000 101001

Color Harmonies of #157DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DBC

Black with #157DBC

Text Example


Text Example

White with #157DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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