Html Css Color HEX #157DBA Cerulean

📋 copy color: '#157DBA'

red 21 ◦ green 125 ◦ blue 186

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

Shades of Cerulean #157DBA

Tints of Cerulean #157DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 6.33%
G = 37.65%
B = 56.02%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#157DBA (or 0x157DBA) is known color: Cerulean. HEX triplet: 15, 7D and BA. RGB value is (21,125,186). Sum of RGB (Red+Green+Blue) = 21+125+186=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #157DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DBA is #EA8245. Grayscale: #646464. Windows color (decimal): -15368774 or 12221717. OLE color: 12221717.

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

Color convert

RGB 21 125 186 -
CMYK 0.89 0.33 0 0.27
HSL 202.18º 0.8% 0.41% -
HSV(B) 202.18º 0.89% 0.73% -
XYZ 16.51 18.37 49.13 -
YUV 100.86 176.04 71.04 -
System Red Green Blue C M Y K H S L
Decimal 21 125 186 0.89 0.33 0 0.27 202.18 0.8 0.41
Hex 15 7D BA 59 21 0 1B CA 50 29
Octal 25 175 272 131 41 0 33 312 120 51
Binary 10101 1111101 10111010 1011001 100001 0 11011 11001010 1010000 101001

Color Harmonies of #157DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DBA

Black with #157DBA

Text Example


Text Example

White with #157DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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