Html Css Color HEX #215AE0 Royal Blue

📋 copy color: '#215AE0'

red 33 ◦ green 90 ◦ blue 224

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

Shades of Royal Blue #215AE0

Tints of Royal Blue #215AE0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.94%

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

R = 9.51%
G = 25.94%
B = 64.55%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#215AE0 (or 0x215AE0) is known color: Royal Blue. HEX triplet: 21, 5A and E0. RGB value is (33,90,224). Sum of RGB (Red+Green+Blue) = 33+90+224=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 224 (87.89% from 255 or 64.55% from 347); Max value from RGB is 224 - color contains mainly: blue. Hex color #215AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215AE0 is #DEA51F. Grayscale: #575757. Windows color (decimal): -14591264 or 14703137. OLE color: 14703137.

HSL color Cylindrical-coordinate representation of color #215AE0: hue angle of 222.09º 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 #215AE0 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 90 224 -
CMYK 0.85 0.60 0 0.12
HSL 222.09º 0.75% 0.5% -
HSV(B) 222.09º 0.85% 0.88% -
XYZ 17.74 13.02 72.1 -
YUV 88.23 204.62 88.6 -
System Red Green Blue C M Y K H S L
Decimal 33 90 224 0.85 0.60 0 0.12 222.09 0.75 0.5
Hex 21 5A E0 55 3C 0 C DE 4B 32
Octal 41 132 340 125 74 0 14 336 113 62
Binary 100001 1011010 11100000 1010101 111100 0 1100 11011110 1001011 110010

Color Harmonies of #215AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215AE0

Black with #215AE0

Text Example


Text Example

White with #215AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215AE0; }

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

 H1.HeaderClassName
 {
   color: #215AE0;
 }
 .AnyTagClassName
 {
   color: #215AE0;
 }
</style>

background-color css

<style>
 a { background-color: #215AE0; }

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

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

border-color css

<style>
 span { border-color: #215AE0; }

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

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