Html Css Color HEX #210DCB Medium Blue

📋 copy color: '#210DCB'

red 33 ◦ green 13 ◦ blue 203

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

Shades of Medium Blue #210DCB

Tints of Medium Blue #210DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 81.53%

R = 13.25%
G = 5.22%
B = 81.53%

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

#210DCB (or 0x210DCB) is known color: Medium Blue. HEX triplet: 21, 0D and CB. RGB value is (33,13,203). Sum of RGB (Red+Green+Blue) = 33+13+203=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #210DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210DCB is #DEF234. Grayscale: #272727. Windows color (decimal): -14610997 or 13307169. OLE color: 13307169.

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

Color convert

RGB 33 13 203 -
CMYK 0.84 0.94 0 0.20
HSL 246.32º 0.88% 0.42% -
HSV(B) 246.32º 0.94% 0.8% -
XYZ 11.55 4.92 56.84 -
YUV 40.64 219.63 122.55 -
System Red Green Blue C M Y K H S L
Decimal 33 13 203 0.84 0.94 0 0.20 246.32 0.88 0.42
Hex 21 D CB 54 5E 0 14 F6 58 2A
Octal 41 15 313 124 136 0 24 366 130 52
Binary 100001 1101 11001011 1010100 1011110 0 10100 11110110 1011000 101010

Color Harmonies of #210DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210DCB

Black with #210DCB

Text Example


Text Example

White with #210DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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