Html Css Color HEX #216FE0 Royal Blue

📋 copy color: '#216FE0'

red 33 ◦ green 111 ◦ blue 224

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

Shades of Royal Blue #216FE0

Tints of Royal Blue #216FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.16%

 BLUE value IS 224 (87.89% from 255) = 60.87%

R = 8.97%
G = 30.16%
B = 60.87%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#216FE0 (or 0x216FE0) is known color: Royal Blue. HEX triplet: 21, 6F and E0. RGB value is (33,111,224). Sum of RGB (Red+Green+Blue) = 33+111+224=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #216FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216FE0 is #DE901F. Grayscale: #646464. Windows color (decimal): -14585888 or 14708513. OLE color: 14708513.

HSL color Cylindrical-coordinate representation of color #216FE0: hue angle of 215.5º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #216FE0 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 111 224 -
CMYK 0.85 0.50 0 0.12
HSL 215.5º 0.75% 0.5% -
HSV(B) 215.5º 0.85% 0.88% -
XYZ 19.77 17.07 72.77 -
YUV 100.56 197.66 79.81 -
System Red Green Blue C M Y K H S L
Decimal 33 111 224 0.85 0.50 0 0.12 215.5 0.75 0.5
Hex 21 6F E0 55 32 0 C D7 4B 32
Octal 41 157 340 125 62 0 14 327 113 62
Binary 100001 1101111 11100000 1010101 110010 0 1100 11010111 1001011 110010

Color Harmonies of #216FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216FE0

Black with #216FE0

Text Example


Text Example

White with #216FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,111,224); }

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

background-color css

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

 a { background-color: rgb(33,111,224); }

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

border-color css

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

 span { border-color: rgb(33,111,224); }

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