Html Css Color HEX #216DDE Royal Blue

📋 copy color: '#216DDE'

red 33 ◦ green 109 ◦ blue 222

#216DDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #216DDE

Tints of Royal Blue #216DDE

RGB

 RED value IS 33 (13.28% from 255) = 9.07%

 GREEN value IS 109 (42.97% from 255) = 29.95%

 BLUE value IS 222 (87.11% from 255) = 60.99%

R = 9.07%
G = 29.95%
B = 60.99%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#216DDE (or 0x216DDE) is known color: Royal Blue. HEX triplet: 21, 6D and DE. RGB value is (33,109,222). Sum of RGB (Red+Green+Blue) = 33+109+222=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #216DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216DDE is #DE9221. Grayscale: #626262. Windows color (decimal): -14586402 or 14576929. OLE color: 14576929.

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

Color convert

RGB 33 109 222 -
CMYK 0.85 0.51 0 0.13
HSL 215.87º 0.74% 0.5% -
HSV(B) 215.87º 0.85% 0.87% -
XYZ 19.28 16.53 71.28 -
YUV 99.16 197.32 80.81 -
System Red Green Blue C M Y K H S L
Decimal 33 109 222 0.85 0.51 0 0.13 215.87 0.74 0.5
Hex 21 6D DE 55 33 0 D D8 4A 32
Octal 41 155 336 125 63 0 15 330 112 62
Binary 100001 1101101 11011110 1010101 110011 0 1101 11011000 1001010 110010

Color Harmonies of #216DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216DDE

Black with #216DDE

Text Example


Text Example

White with #216DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #216DDE;
 }
 .AnyTagClassName
 {
   color: #216DDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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