#216AEC

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

Shades of Royal Blue #216AEC

Tints of Royal Blue #216AEC

Color information

#216AEC (or 0x216AEC) is unknown color: approx Royal Blue. HEX triplet: 21, 6A and EC. RGB value is (33,106,236). Sum of RGB (Red+Green+Blue) = 33+106+236=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #216AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216AEC is #DE9513. Grayscale: #626262. Windows color (decimal): -14587156 or 15493665. OLE color: 15493665.

HSL color Cylindrical-coordinate representation of color #216AEC: hue angle of 218.42º degrees, saturation: 0.84, 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 #216AEC is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB33106236-
CMYK0.860.5500.07
HSL218.42º84.23%52.75%-
HSV(B)218.42º86.02%92.55%-
XYZ20.9216.6981.48-
YUV98.99205.3280.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.8%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 236 (92.58% from 255) = 62.93%
R=8.8%
G=28.27%
B=62.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal331062360.860.5500.07218.4284.2352.75
Hex216AEC563707da5435
Octal41152354126670733212465
Binary10000111010101110110010101101101110111110110101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,106,236); }

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

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

 a { background-color: rgb(33,106,236); }

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

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

 span { border-color: rgb(33,106,236); }

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