Html Css Color HEX #216DF0 Royal Blue

📋 copy color: '#216DF0'

red 33 ◦ green 109 ◦ blue 240

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

Shades of Royal Blue #216DF0

Tints of Royal Blue #216DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.83%

R = 8.64%
G = 28.53%
B = 62.83%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#216DF0 (or 0x216DF0) is known color: Royal Blue. HEX triplet: 21, 6D and F0. RGB value is (33,109,240). Sum of RGB (Red+Green+Blue) = 33+109+240=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 240 (94.14% from 255 or 62.83% from 382); Max value from RGB is 240 - color contains mainly: blue. Hex color #216DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216DF0 is #DE920F. Grayscale: #646464. Windows color (decimal): -14586384 or 15756577. OLE color: 15756577.

HSL color Cylindrical-coordinate representation of color #216DF0: hue angle of 217.97º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #216DF0 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 109 240 -
CMYK 0.86 0.55 0 0.06
HSL 217.97º 0.87% 0.54% -
HSV(B) 217.97º 0.86% 0.94% -
XYZ 21.82 17.55 84.68 -
YUV 101.21 206.32 79.35 -
System Red Green Blue C M Y K H S L
Decimal 33 109 240 0.86 0.55 0 0.06 217.97 0.87 0.54
Hex 21 6D F0 56 37 0 6 DA 57 36
Octal 41 155 360 126 67 0 6 332 127 66
Binary 100001 1101101 11110000 1010110 110111 0 110 11011010 1010111 110110

Color Harmonies of #216DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216DF0

Black with #216DF0

Text Example


Text Example

White with #216DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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