#2157C6

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

Shades of Cerulean Blue #2157C6

Tints of Cerulean Blue #2157C6

Color information

#2157C6 (or 0x2157C6) is unknown color: approx Cerulean Blue. HEX triplet: 21, 57 and C6. RGB value is (33,87,198). Sum of RGB (Red+Green+Blue) = 33+87+198=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 198 (77.73% from 255 or 62.26% from 318); Max value from RGB is 198 - color contains mainly: blue. Hex color #2157C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2157C6 is #DEA839. Grayscale: #535353. Windows color (decimal): -14592058 or 12998433. OLE color: 12998433.

HSL color Cylindrical-coordinate representation of color #2157C6: hue angle of 220.36º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2157C6 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3387198-
CMYK0.830.5600.22
HSL220.36º71.43%45.29%-
HSV(B)220.36º83.33%77.65%-
XYZ14.2311.2254.84-
YUV83.51192.6191.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.38%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 198 (77.73% from 255) = 62.26%
R=10.38%
G=27.36%
B=62.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal33871980.830.5600.22220.3671.4345.29
Hex2157C65338016dc472d
Octal411273061237002633410755
Binary1000011010111110001101010011111000010110110111001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2157C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2157C6; }

 p { color: rgb(33,87,198); }

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

<style>
 a { background-color: #2157C6; }

 a { background-color: rgb(33,87,198); }

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

<style>
 span { border-color: #2157C6; }

 span { border-color: rgb(33,87,198); }

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