Html Css Color HEX #215AFF Royal Blue

📋 copy color: '#215AFF'

red 33 ◦ green 90 ◦ blue 255

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

Shades of Royal Blue #215AFF

Tints of Royal Blue #215AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.46%

R = 8.73%
G = 23.81%
B = 67.46%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#215AFF (or 0x215AFF) is known color: Royal Blue. HEX triplet: 21, 5A and FF. RGB value is (33,90,255). Sum of RGB (Red+Green+Blue) = 33+90+255=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #215AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215AFF is #DEA500. Grayscale: #5B5B5B. Windows color (decimal): -14591233 or 16734753. OLE color: 16734753.

HSL color Cylindrical-coordinate representation of color #215AFF: hue angle of 224.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #215AFF is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 33 90 255 -
CMYK 0.87 0.65 0 0
HSL 224.59º 1% 0.56% -
HSV(B) 224.59º 0.87% 1% -
XYZ 22.33 14.86 96.3 -
YUV 91.77 220.12 86.08 -
System Red Green Blue C M Y K H S L
Decimal 33 90 255 0.87 0.65 0 0 224.59 1 0.56
Hex 21 5A FF 57 41 0 0 E1 64 38
Octal 41 132 377 127 101 0 0 341 144 70
Binary 100001 1011010 11111111 1010111 1000001 0 0 11100001 1100100 111000

Color Harmonies of #215AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215AFF

Black with #215AFF

Text Example


Text Example

White with #215AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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