Html Css Color HEX #216AE6 Royal Blue

📋 copy color: '#216AE6'

red 33 ◦ green 106 ◦ blue 230

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

Shades of Royal Blue #216AE6

Tints of Royal Blue #216AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 62.33%

R = 8.94%
G = 28.73%
B = 62.33%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#216AE6 (or 0x216AE6) is known color: Royal Blue. HEX triplet: 21, 6A and E6. RGB value is (33,106,230). Sum of RGB (Red+Green+Blue) = 33+106+230=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 230 (90.23% from 255 or 62.33% from 369); Max value from RGB is 230 - color contains mainly: blue. Hex color #216AE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216AE6 is #DE9519. Grayscale: #616161. Windows color (decimal): -14587162 or 15100449. OLE color: 15100449.

HSL color Cylindrical-coordinate representation of color #216AE6: hue angle of 217.77º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #216AE6 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 106 230 -
CMYK 0.86 0.54 0 0.10
HSL 217.77º 0.8% 0.52% -
HSV(B) 217.77º 0.86% 0.9% -
XYZ 20.06 16.34 76.96 -
YUV 98.31 202.32 81.42 -
System Red Green Blue C M Y K H S L
Decimal 33 106 230 0.86 0.54 0 0.10 217.77 0.8 0.52
Hex 21 6A E6 56 36 0 A DA 50 34
Octal 41 152 346 126 66 0 12 332 120 64
Binary 100001 1101010 11100110 1010110 110110 0 1010 11011010 1010000 110100

Color Harmonies of #216AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216AE6

Black with #216AE6

Text Example


Text Example

White with #216AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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