#215DFE

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

Shades of Royal Blue #215DFE

Tints of Royal Blue #215DFE

Color information

#215DFE (or 0x215DFE) is unknown color: approx Royal Blue. HEX triplet: 21, 5D and FE. RGB value is (33,93,254). Sum of RGB (Red+Green+Blue) = 33+93+254=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #215DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215DFE is #DEA201. Grayscale: #5C5C5C. Windows color (decimal): -14590466 or 16669985. OLE color: 16669985.

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

Color convert

RGB3393254-
CMYK0.870.6300.00
HSL223.71º99.1%56.27%-
HSV(B)223.71º87.01%99.61%-
XYZ22.4315.3195.54-
YUV93.41218.6284.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.68%
GREEN value IS 93 (36.72% from 255) = 24.47%
BLUE value IS 254 (99.61% from 255) = 66.84%
R=8.68%
G=24.47%
B=66.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal33932540.870.6300.00223.7199.156.27
Hex215DFE573F00e06338
Octal41135376127770034014370
Binary100001101110111111110101011111111100111000001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215DFE; }

 p { color: rgb(33,93,254); }

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

<style>
 a { background-color: #215DFE; }

 a { background-color: rgb(33,93,254); }

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

<style>
 span { border-color: #215DFE; }

 span { border-color: rgb(33,93,254); }

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