Html Css Color HEX #216DEA Royal Blue

📋 copy color: '#216DEA'

red 33 ◦ green 109 ◦ blue 234

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

Shades of Royal Blue #216DEA

Tints of Royal Blue #216DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.23%

R = 8.78%
G = 28.99%
B = 62.23%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#216DEA (or 0x216DEA) is known color: Royal Blue. HEX triplet: 21, 6D and EA. RGB value is (33,109,234). Sum of RGB (Red+Green+Blue) = 33+109+234=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #216DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216DEA is #DE9215. Grayscale: #636363. Windows color (decimal): -14586390 or 15363361. OLE color: 15363361.

HSL color Cylindrical-coordinate representation of color #216DEA: hue angle of 217.31º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #216DEA is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 109 234 -
CMYK 0.86 0.53 0 0.08
HSL 217.31º 0.83% 0.52% -
HSV(B) 217.31º 0.86% 0.92% -
XYZ 20.95 17.2 80.06 -
YUV 100.53 203.32 79.84 -
System Red Green Blue C M Y K H S L
Decimal 33 109 234 0.86 0.53 0 0.08 217.31 0.83 0.52
Hex 21 6D EA 56 35 0 8 D9 53 34
Octal 41 155 352 126 65 0 10 331 123 64
Binary 100001 1101101 11101010 1010110 110101 0 1000 11011001 1010011 110100

Color Harmonies of #216DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216DEA

Black with #216DEA

Text Example


Text Example

White with #216DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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