Html Css Color HEX #215DFD Royal Blue

📋 copy color: '#215DFD'

red 33 ◦ green 93 ◦ blue 253

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

Shades of Royal Blue #215DFD

Tints of Royal Blue #215DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.75%

R = 8.71%
G = 24.54%
B = 66.75%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#215DFD (or 0x215DFD) is known color: Royal Blue. HEX triplet: 21, 5D and FD. RGB value is (33,93,253). Sum of RGB (Red+Green+Blue) = 33+93+253=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #215DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215DFD is #DEA202. Grayscale: #5C5C5C. Windows color (decimal): -14590467 or 16604449. OLE color: 16604449.

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

Color convert

RGB 33 93 253 -
CMYK 0.87 0.63 0 0.01
HSL 223.64º 0.98% 0.56% -
HSV(B) 223.64º 0.87% 0.99% -
XYZ 22.27 15.24 94.7 -
YUV 93.3 218.12 84.99 -
System Red Green Blue C M Y K H S L
Decimal 33 93 253 0.87 0.63 0 0.01 223.64 0.98 0.56
Hex 21 5D FD 57 3F 0 1 E0 62 38
Octal 41 135 375 127 77 0 1 340 142 70
Binary 100001 1011101 11111101 1010111 111111 0 1 11100000 1100010 111000

Color Harmonies of #215DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DFD

Black with #215DFD

Text Example


Text Example

White with #215DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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