#216FDE

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

Shades of Royal Blue #216FDE

Tints of Royal Blue #216FDE

Color information

#216FDE (or 0x216FDE) is unknown color: approx Royal Blue. HEX triplet: 21, 6F and DE. RGB value is (33,111,222). Sum of RGB (Red+Green+Blue) = 33+111+222=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #216FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216FDE is #DE9021. Grayscale: #636363. Windows color (decimal): -14585890 or 14577441. OLE color: 14577441.

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

Color convert

RGB33111222-
CMYK0.850.500.13
HSL215.24º74.12%50%-
HSV(B)215.24º85.14%87.06%-
XYZ19.516.9771.35-
YUV100.33196.6679.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.02%
GREEN value IS 111 (43.75% from 255) = 30.33%
BLUE value IS 222 (87.11% from 255) = 60.66%
R=9.02%
G=30.33%
B=60.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal331112220.850.500.13215.2474.1250
Hex216FDE55320Dd74a32
Octal411573361256201532711262
Binary100001110111111011110101010111001001101110101111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,111,222); }

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

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

 a { background-color: rgb(33,111,222); }

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

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

 span { border-color: rgb(33,111,222); }

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