#216DE1

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

Shades of Royal Blue #216DE1

Tints of Royal Blue #216DE1

Color information

#216DE1 (or 0x216DE1) is unknown color: approx Royal Blue. HEX triplet: 21, 6D and E1. RGB value is (33,109,225). Sum of RGB (Red+Green+Blue) = 33+109+225=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 225 (88.28% from 255 or 61.31% from 367); Max value from RGB is 225 - color contains mainly: blue. Hex color #216DE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216DE1 is #DE921E. Grayscale: #626262. Windows color (decimal): -14586399 or 14773537. OLE color: 14773537.

HSL color Cylindrical-coordinate representation of color #216DE1: hue angle of 216.25º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #216DE1 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB33109225-
CMYK0.850.5200.12
HSL216.25º76.19%50.59%-
HSV(B)216.25º85.33%88.24%-
XYZ19.6916.773.42-
YUV99.5198.8280.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.99%
GREEN value IS 109 (42.97% from 255) = 29.70%
BLUE value IS 225 (88.28% from 255) = 61.31%
R=8.99%
G=29.70%
B=61.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal331092250.850.5200.12216.2576.1950.59
Hex216DE155340Cd84c33
Octal411553411256401433011463
Binary100001110110111100001101010111010001100110110001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216DE1; }

 p { color: rgb(33,109,225); }

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

<style>
 a { background-color: #216DE1; }

 a { background-color: rgb(33,109,225); }

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

<style>
 span { border-color: #216DE1; }

 span { border-color: rgb(33,109,225); }

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