Html Css Color HEX #216EEA Royal Blue

📋 copy color: '#216EEA'

red 33 ◦ green 110 ◦ blue 234

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

Shades of Royal Blue #216EEA

Tints of Royal Blue #216EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.18%

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

R = 8.75%
G = 29.18%
B = 62.07%

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

#216EEA (or 0x216EEA) is known color: Royal Blue. HEX triplet: 21, 6E and EA. RGB value is (33,110,234). Sum of RGB (Red+Green+Blue) = 33+110+234=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #216EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216EEA is #DE9115. Grayscale: #646464. Windows color (decimal): -14586134 or 15363617. OLE color: 15363617.

HSL color Cylindrical-coordinate representation of color #216EEA: hue angle of 217.01º 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 #216EEA is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 110 234 -
CMYK 0.86 0.53 0 0.08
HSL 217.01º 0.83% 0.52% -
HSV(B) 217.01º 0.86% 0.92% -
XYZ 21.05 17.42 80.09 -
YUV 101.11 202.99 79.42 -
System Red Green Blue C M Y K H S L
Decimal 33 110 234 0.86 0.53 0 0.08 217.01 0.83 0.52
Hex 21 6E EA 56 35 0 8 D9 53 34
Octal 41 156 352 126 65 0 10 331 123 64
Binary 100001 1101110 11101010 1010110 110101 0 1000 11011001 1010011 110100

Color Harmonies of #216EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216EEA

Black with #216EEA

Text Example


Text Example

White with #216EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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