#216BDD

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

Shades of Royal Blue #216BDD

Tints of Royal Blue #216BDD

Color information

#216BDD (or 0x216BDD) is unknown color: approx Royal Blue. HEX triplet: 21, 6B and DD. RGB value is (33,107,221). Sum of RGB (Red+Green+Blue) = 33+107+221=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #216BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216BDD is #DE9422. Grayscale: #616161. Windows color (decimal): -14586915 or 14510881. OLE color: 14510881.

HSL color Cylindrical-coordinate representation of color #216BDD: hue angle of 216.38º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #216BDD is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB33107221-
CMYK0.850.5200.13
HSL216.38º74.02%49.8%-
HSV(B)216.38º85.07%86.67%-
XYZ18.9416.0670.51-
YUV97.87197.4881.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.14%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 221 (86.72% from 255) = 61.22%
R=9.14%
G=29.64%
B=61.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal331072210.850.5200.13216.3874.0249.8
Hex216BDD55340Dd84a32
Octal411533351256401533011262
Binary100001110101111011101101010111010001101110110001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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