Html Css Color HEX #215BFF Royal Blue

📋 copy color: '#215BFF'

red 33 ◦ green 91 ◦ blue 255

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

Shades of Royal Blue #215BFF

Tints of Royal Blue #215BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.01%

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

R = 8.71%
G = 24.01%
B = 67.28%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#215BFF (or 0x215BFF) is known color: Royal Blue. HEX triplet: 21, 5B and FF. RGB value is (33,91,255). Sum of RGB (Red+Green+Blue) = 33+91+255=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #215BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215BFF is #DEA400. Grayscale: #5B5B5B. Windows color (decimal): -14590977 or 16735009. OLE color: 16735009.

HSL color Cylindrical-coordinate representation of color #215BFF: hue angle of 224.32º 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 #215BFF is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 33 91 255 -
CMYK 0.87 0.64 0 0
HSL 224.32º 1% 0.56% -
HSV(B) 224.32º 0.87% 1% -
XYZ 22.42 15.03 96.33 -
YUV 92.35 219.78 85.66 -
System Red Green Blue C M Y K H S L
Decimal 33 91 255 0.87 0.64 0 0 224.32 1 0.56
Hex 21 5B FF 57 40 0 0 E0 64 38
Octal 41 133 377 127 100 0 0 340 144 70
Binary 100001 1011011 11111111 1010111 1000000 0 0 11100000 1100100 111000

Color Harmonies of #215BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BFF

Black with #215BFF

Text Example


Text Example

White with #215BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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