Html Css Color HEX #215DDF Royal Blue

📋 copy color: '#215DDF'

red 33 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #215DDF

Tints of Royal Blue #215DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.9%

R = 9.46%
G = 26.65%
B = 63.9%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#215DDF (or 0x215DDF) is known color: Royal Blue. HEX triplet: 21, 5D and DF. RGB value is (33,93,223). Sum of RGB (Red+Green+Blue) = 33+93+223=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #215DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DDF is #DEA220. Grayscale: #595959. Windows color (decimal): -14590497 or 14638369. OLE color: 14638369.

HSL color Cylindrical-coordinate representation of color #215DDF: hue angle of 221.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215DDF is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 93 223 -
CMYK 0.85 0.58 0 0.13
HSL 221.05º 0.75% 0.5% -
HSV(B) 221.05º 0.85% 0.87% -
XYZ 17.86 13.48 71.47 -
YUV 89.88 203.12 87.43 -
System Red Green Blue C M Y K H S L
Decimal 33 93 223 0.85 0.58 0 0.13 221.05 0.75 0.5
Hex 21 5D DF 55 3A 0 D DD 4B 32
Octal 41 135 337 125 72 0 15 335 113 62
Binary 100001 1011101 11011111 1010101 111010 0 1101 11011101 1001011 110010

Color Harmonies of #215DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DDF

Black with #215DDF

Text Example


Text Example

White with #215DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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