Html Css Color HEX #216ADC Royal Blue

📋 copy color: '#216ADC'

red 33 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #216ADC

Tints of Royal Blue #216ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.53%

 BLUE value IS 220 (86.33% from 255) = 61.28%

R = 9.19%
G = 29.53%
B = 61.28%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#216ADC (or 0x216ADC) is known color: Royal Blue. HEX triplet: 21, 6A and DC. RGB value is (33,106,220). Sum of RGB (Red+Green+Blue) = 33+106+220=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #216ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216ADC is #DE9523. Grayscale: #606060. Windows color (decimal): -14587172 or 14445089. OLE color: 14445089.

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

Color convert

RGB 33 106 220 -
CMYK 0.85 0.52 0 0.14
HSL 216.58º 0.74% 0.5% -
HSV(B) 216.58º 0.85% 0.86% -
XYZ 18.7 15.8 69.77 -
YUV 97.17 197.32 82.23 -
System Red Green Blue C M Y K H S L
Decimal 33 106 220 0.85 0.52 0 0.14 216.58 0.74 0.5
Hex 21 6A DC 55 34 0 E D9 4A 32
Octal 41 152 334 125 64 0 16 331 112 62
Binary 100001 1101010 11011100 1010101 110100 0 1110 11011001 1001010 110010

Color Harmonies of #216ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216ADC

Black with #216ADC

Text Example


Text Example

White with #216ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,106,220); }

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

background-color css

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

 a { background-color: rgb(33,106,220); }

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

border-color css

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

 span { border-color: rgb(33,106,220); }

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