#2157F5

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

Shades of Royal Blue #2157F5

Tints of Royal Blue #2157F5

Color information

#2157F5 (or 0x2157F5) is unknown color: approx Royal Blue. HEX triplet: 21, 57 and F5. RGB value is (33,87,245). Sum of RGB (Red+Green+Blue) = 33+87+245=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 245 (96.09% from 255 or 67.12% from 365); Max value from RGB is 245 - color contains mainly: blue. Hex color #2157F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2157F5 is #DEA80A. Grayscale: #585858. Windows color (decimal): -14592011 or 16078625. OLE color: 16078625.

HSL color Cylindrical-coordinate representation of color #2157F5: hue angle of 224.72º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2157F5 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3387245-
CMYK0.870.6400.04
HSL224.72º91.38%54.51%-
HSV(B)224.72º86.53%96.08%-
XYZ20.5213.7387.96-
YUV88.87216.1188.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.04%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 245 (96.09% from 255) = 67.12%
R=9.04%
G=23.84%
B=67.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal33872450.870.6400.04224.7291.3854.51
Hex2157F5574004e15b37
Octal411273651271000434113367
Binary100001101011111110101101011110000000100111000011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2157F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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