#2157FF

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

Shades of Royal Blue #2157FF

Tints of Royal Blue #2157FF

Color information

#2157FF (or 0x2157FF) is unknown color: approx Royal Blue. HEX triplet: 21, 57 and FF. RGB value is (33,87,255). Sum of RGB (Red+Green+Blue) = 33+87+255=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #2157FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2157FF is #DEA800. Grayscale: #595959. Windows color (decimal): -14592001 or 16733985. OLE color: 16733985.

HSL color Cylindrical-coordinate representation of color #2157FF: hue angle of 225.41º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2157FF is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3387255-
CMYK0.870.6600
HSL225.41º100%56.47%-
HSV(B)225.41º87.06%100%-
XYZ22.0914.3696.22-
YUV90.01221.1187.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.8%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 255 (100% from 255) = 68%
R=8.8%
G=23.2%
B=68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal33872550.870.6600225.4110056.47
Hex2157FF574200e16438
Octal411273771271020034114470
Binary1000011010111111111111010111100001000111000011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2157FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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