Html Css Color HEX #210DCD Medium Blue

📋 copy color: '#210DCD'

red 33 ◦ green 13 ◦ blue 205

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

Shades of Medium Blue #210DCD

Tints of Medium Blue #210DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 81.67%

R = 13.15%
G = 5.18%
B = 81.67%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#210DCD (or 0x210DCD) is known color: Medium Blue. HEX triplet: 21, 0D and CD. RGB value is (33,13,205). Sum of RGB (Red+Green+Blue) = 33+13+205=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 205 (80.47% from 255 or 81.67% from 251); Max value from RGB is 205 - color contains mainly: blue. Hex color #210DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210DCD is #DEF232. Grayscale: #282828. Windows color (decimal): -14610995 or 13438241. OLE color: 13438241.

HSL color Cylindrical-coordinate representation of color #210DCD: hue angle of 246.25º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210DCD is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 13 205 -
CMYK 0.84 0.94 0 0.20
HSL 246.25º 0.88% 0.43% -
HSV(B) 246.25º 0.94% 0.8% -
XYZ 11.79 5.02 58.1 -
YUV 40.87 220.63 122.39 -
System Red Green Blue C M Y K H S L
Decimal 33 13 205 0.84 0.94 0 0.20 246.25 0.88 0.43
Hex 21 D CD 54 5E 0 14 F6 58 2B
Octal 41 15 315 124 136 0 24 366 130 53
Binary 100001 1101 11001101 1010100 1011110 0 10100 11110110 1011000 101011

Color Harmonies of #210DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210DCD

Black with #210DCD

Text Example


Text Example

White with #210DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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