Html Css Color HEX #216AF2 Royal Blue

📋 copy color: '#216AF2'

red 33 ◦ green 106 ◦ blue 242

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

Shades of Royal Blue #216AF2

Tints of Royal Blue #216AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 63.52%

R = 8.66%
G = 27.82%
B = 63.52%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#216AF2 (or 0x216AF2) is known color: Royal Blue. HEX triplet: 21, 6A and F2. RGB value is (33,106,242). Sum of RGB (Red+Green+Blue) = 33+106+242=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 242 (94.92% from 255 or 63.52% from 381); Max value from RGB is 242 - color contains mainly: blue. Hex color #216AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216AF2 is #DE950D. Grayscale: #636363. Windows color (decimal): -14587150 or 15886881. OLE color: 15886881.

HSL color Cylindrical-coordinate representation of color #216AF2: hue angle of 219.04º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #216AF2 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 106 242 -
CMYK 0.86 0.56 0 0.05
HSL 219.04º 0.89% 0.54% -
HSV(B) 219.04º 0.86% 0.95% -
XYZ 21.81 17.04 86.14 -
YUV 99.68 208.32 80.44 -
System Red Green Blue C M Y K H S L
Decimal 33 106 242 0.86 0.56 0 0.05 219.04 0.89 0.54
Hex 21 6A F2 56 38 0 5 DB 59 36
Octal 41 152 362 126 70 0 5 333 131 66
Binary 100001 1101010 11110010 1010110 111000 0 101 11011011 1011001 110110

Color Harmonies of #216AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216AF2

Black with #216AF2

Text Example


Text Example

White with #216AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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