#215CED

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

Shades of Royal Blue #215CED

Tints of Royal Blue #215CED

Color information

#215CED (or 0x215CED) is unknown color: approx Royal Blue. HEX triplet: 21, 5C and ED. RGB value is (33,92,237). Sum of RGB (Red+Green+Blue) = 33+92+237=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #215CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215CED is #DEA312. Grayscale: #5A5A5A. Windows color (decimal): -14590739 or 15555617. OLE color: 15555617.

HSL color Cylindrical-coordinate representation of color #215CED: hue angle of 222.65º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #215CED is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3392237-
CMYK0.860.6100.07
HSL222.65º85%52.94%-
HSV(B)222.65º86.08%92.94%-
XYZ19.7414.0981.8-
YUV90.89210.4586.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.12%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 237 (92.97% from 255) = 65.47%
R=9.12%
G=25.41%
B=65.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal33922370.860.6100.07222.658552.94
Hex215CED563D07df5535
Octal41134355126750733712565
Binary10000110111001110110110101101111010111110111111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,92,237); }

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

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

 a { background-color: rgb(33,92,237); }

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

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

 span { border-color: rgb(33,92,237); }

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