#157DBB

Color #157DBB Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #157DBB

Tints of Cerulean #157DBB

Color information

#157DBB (or 0x157DBB) is unknown color: approx Cerulean. HEX triplet: 15, 7D and BB. RGB value is (21,125,187). Sum of RGB (Red+Green+Blue) = 21+125+187=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #157DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DBB is #EA8244. Grayscale: #646464. Windows color (decimal): -15368773 or 12287253. OLE color: 12287253.

HSL color Cylindrical-coordinate representation of color #157DBB: hue angle of 202.41º 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 #157DBB is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB21125187-
CMYK0.890.3300.27
HSL202.41º79.81%40.78%-
HSV(B)202.41º88.77%73.33%-
XYZ16.6118.4149.69-
YUV100.97176.5470.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.31%
GREEN value IS 125 (49.22% from 255) = 37.54%
BLUE value IS 187 (73.44% from 255) = 56.16%
R=6.31%
G=37.54%
B=56.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211251870.890.3300.27202.4179.8140.78
Hex157DBB592101Bca5029
Octal251752731314103331212051
Binary101011111101101110111011001100001011011110010101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #157DBB;
 }
 .AnyTagClassName
 {
   color: #157DBB;
 }
</style>
background-color css

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

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

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

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

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

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