Html Css Color HEX #210DC6 Medium Blue

📋 copy color: '#210DC6'

red 33 ◦ green 13 ◦ blue 198

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

Shades of Medium Blue #210DC6

Tints of Medium Blue #210DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 81.15%

R = 13.52%
G = 5.33%
B = 81.15%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#210DC6 (or 0x210DC6) is known color: Medium Blue. HEX triplet: 21, 0D and C6. RGB value is (33,13,198). Sum of RGB (Red+Green+Blue) = 33+13+198=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 198 (77.73% from 255 or 81.15% from 244); Max value from RGB is 198 - color contains mainly: blue. Hex color #210DC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210DC6 is #DEF239. Grayscale: #272727. Windows color (decimal): -14611002 or 12979489. OLE color: 12979489.

HSL color Cylindrical-coordinate representation of color #210DC6: hue angle of 246.49º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210DC6 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 13 198 -
CMYK 0.83 0.93 0 0.22
HSL 246.49º 0.88% 0.41% -
HSV(B) 246.49º 0.93% 0.78% -
XYZ 10.96 4.69 53.75 -
YUV 40.07 217.13 122.96 -
System Red Green Blue C M Y K H S L
Decimal 33 13 198 0.83 0.93 0 0.22 246.49 0.88 0.41
Hex 21 D C6 53 5D 0 16 F6 58 29
Octal 41 15 306 123 135 0 26 366 130 51
Binary 100001 1101 11000110 1010011 1011101 0 10110 11110110 1011000 101001

Color Harmonies of #210DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210DC6

Black with #210DC6

Text Example


Text Example

White with #210DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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