Html Css Color HEX #215DF9 Royal Blue

📋 copy color: '#215DF9'

red 33 ◦ green 93 ◦ blue 249

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

Shades of Royal Blue #215DF9

Tints of Royal Blue #215DF9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.8%

 BLUE value IS 249 (97.66% from 255) = 66.4%

R = 8.8%
G = 24.8%
B = 66.4%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#215DF9 (or 0x215DF9) is known color: Royal Blue. HEX triplet: 21, 5D and F9. RGB value is (33,93,249). Sum of RGB (Red+Green+Blue) = 33+93+249=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 249 (97.66% from 255 or 66.4% from 375); Max value from RGB is 249 - color contains mainly: blue. Hex color #215DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215DF9 is #DEA206. Grayscale: #5C5C5C. Windows color (decimal): -14590471 or 16342305. OLE color: 16342305.

HSL color Cylindrical-coordinate representation of color #215DF9: hue angle of 223.33º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #215DF9 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 93 249 -
CMYK 0.87 0.63 0 0.02
HSL 223.33º 0.95% 0.55% -
HSV(B) 223.33º 0.87% 0.98% -
XYZ 21.64 14.99 91.38 -
YUV 92.84 216.12 85.32 -
System Red Green Blue C M Y K H S L
Decimal 33 93 249 0.87 0.63 0 0.02 223.33 0.95 0.55
Hex 21 5D F9 57 3F 0 2 DF 5F 37
Octal 41 135 371 127 77 0 2 337 137 67
Binary 100001 1011101 11111001 1010111 111111 0 10 11011111 1011111 110111

Color Harmonies of #215DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DF9

Black with #215DF9

Text Example


Text Example

White with #215DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,93,249); }

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

background-color css

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

 a { background-color: rgb(33,93,249); }

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

border-color css

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

 span { border-color: rgb(33,93,249); }

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