Html Css Color HEX #216DDF Royal Blue

📋 copy color: '#216DDF'

red 33 ◦ green 109 ◦ blue 223

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

Shades of Royal Blue #216DDF

Tints of Royal Blue #216DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 9.04%
G = 29.86%
B = 61.1%

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

#216DDF (or 0x216DDF) is known color: Royal Blue. HEX triplet: 21, 6D and DF. RGB value is (33,109,223). Sum of RGB (Red+Green+Blue) = 33+109+223=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #216DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216DDF is #DE9220. Grayscale: #626262. Windows color (decimal): -14586401 or 14642465. OLE color: 14642465.

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

Color convert

RGB 33 109 223 -
CMYK 0.85 0.51 0 0.13
HSL 216º 0.75% 0.5% -
HSV(B) 216º 0.85% 0.87% -
XYZ 19.42 16.59 71.99 -
YUV 99.27 197.82 80.73 -
System Red Green Blue C M Y K H S L
Decimal 33 109 223 0.85 0.51 0 0.13 216 0.75 0.5
Hex 21 6D DF 55 33 0 D D8 4B 32
Octal 41 155 337 125 63 0 15 330 113 62
Binary 100001 1101101 11011111 1010101 110011 0 1101 11011000 1001011 110010

Color Harmonies of #216DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216DDF

Black with #216DDF

Text Example


Text Example

White with #216DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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