Html Css Color HEX #210DE1 Medium Blue

📋 copy color: '#210DE1'

red 33 ◦ green 13 ◦ blue 225

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

Shades of Medium Blue #210DE1

Tints of Medium Blue #210DE1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.8%

 BLUE value IS 225 (88.28% from 255) = 83.03%

R = 12.18%
G = 4.8%
B = 83.03%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#210DE1 (or 0x210DE1) is known color: Medium Blue. HEX triplet: 21, 0D and E1. RGB value is (33,13,225). Sum of RGB (Red+Green+Blue) = 33+13+225=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 225 (88.28% from 255 or 83.03% from 271); Max value from RGB is 225 - color contains mainly: blue. Hex color #210DE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210DE1 is #DEF21E. Grayscale: #2A2A2A. Windows color (decimal): -14610975 or 14748961. OLE color: 14748961.

HSL color Cylindrical-coordinate representation of color #210DE1: hue angle of 245.66º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210DE1 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 13 225 -
CMYK 0.85 0.94 0 0.12
HSL 245.66º 0.89% 0.47% -
HSV(B) 245.66º 0.94% 0.88% -
XYZ 14.36 6.05 71.64 -
YUV 43.15 230.63 120.76 -
System Red Green Blue C M Y K H S L
Decimal 33 13 225 0.85 0.94 0 0.12 245.66 0.89 0.47
Hex 21 D E1 55 5E 0 C F6 59 2F
Octal 41 15 341 125 136 0 14 366 131 57
Binary 100001 1101 11100001 1010101 1011110 0 1100 11110110 1011001 101111

Color Harmonies of #210DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210DE1

Black with #210DE1

Text Example


Text Example

White with #210DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210DE1; }

 p { color: rgb(33,13,225); }

 H1.HeaderClassName
 {
   color: #210DE1;
 }
 .AnyTagClassName
 {
   color: #210DE1;
 }
</style>

background-color css

<style>
 a { background-color: #210DE1; }

 a { background-color: rgb(33,13,225); }

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

border-color css

<style>
 span { border-color: #210DE1; }

 span { border-color: rgb(33,13,225); }

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