#216BE1

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

Shades of Royal Blue #216BE1

Tints of Royal Blue #216BE1

Color information

#216BE1 (or 0x216BE1) is unknown color: approx Royal Blue. HEX triplet: 21, 6B and E1. RGB value is (33,107,225). Sum of RGB (Red+Green+Blue) = 33+107+225=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 225 (88.28% from 255 or 61.64% from 365); Max value from RGB is 225 - color contains mainly: blue. Hex color #216BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216BE1 is #DE941E. Grayscale: #616161. Windows color (decimal): -14586911 or 14773025. OLE color: 14773025.

HSL color Cylindrical-coordinate representation of color #216BE1: hue angle of 216.88º 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 #216BE1 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB33107225-
CMYK0.850.5200.12
HSL216.88º76.19%50.59%-
HSV(B)216.88º85.33%88.24%-
XYZ19.4816.2773.35-
YUV98.33199.4881.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.04%
GREEN value IS 107 (42.19% from 255) = 29.32%
BLUE value IS 225 (88.28% from 255) = 61.64%
R=9.04%
G=29.32%
B=61.64%

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
Decimal331072250.850.5200.12216.8876.1950.59
Hex216BE155340Cd94c33
Octal411533411256401433111463
Binary100001110101111100001101010111010001100110110011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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