#216BEF

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

Shades of Royal Blue #216BEF

Tints of Royal Blue #216BEF

Color information

#216BEF (or 0x216BEF) is unknown color: approx Royal Blue. HEX triplet: 21, 6B and EF. RGB value is (33,107,239). Sum of RGB (Red+Green+Blue) = 33+107+239=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #216BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216BEF is #DE9410. Grayscale: #636363. Windows color (decimal): -14586897 or 15690529. OLE color: 15690529.

HSL color Cylindrical-coordinate representation of color #216BEF: hue angle of 218.45º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #216BEF is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB33107239-
CMYK0.860.5500.06
HSL218.45º86.55%53.33%-
HSV(B)218.45º86.19%93.73%-
XYZ21.4617.0783.83-
YUV99.92206.4880.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.71%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 239 (93.75% from 255) = 63.06%
R=8.71%
G=28.23%
B=63.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal331072390.860.5500.06218.4586.5553.33
Hex216BEF563706da5735
Octal41153357126670633212765
Binary10000111010111110111110101101101110110110110101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,107,239); }

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

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

 a { background-color: rgb(33,107,239); }

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

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

 span { border-color: rgb(33,107,239); }

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