Html Css Color HEX #210ADC Medium Blue

📋 copy color: '#210ADC'

red 33 ◦ green 10 ◦ blue 220

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

Shades of Medium Blue #210ADC

Tints of Medium Blue #210ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.8%

 BLUE value IS 220 (86.33% from 255) = 83.65%

R = 12.55%
G = 3.8%
B = 83.65%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#210ADC (or 0x210ADC) is known color: Medium Blue. HEX triplet: 21, 0A and DC. RGB value is (33,10,220). Sum of RGB (Red+Green+Blue) = 33+10+220=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 220 (86.33% from 255 or 83.65% from 263); Max value from RGB is 220 - color contains mainly: blue. Hex color #210ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210ADC is #DEF523. Grayscale: #282828. Windows color (decimal): -14611748 or 14420513. OLE color: 14420513.

HSL color Cylindrical-coordinate representation of color #210ADC: hue angle of 246.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210ADC is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 10 220 -
CMYK 0.85 0.95 0 0.14
HSL 246.57º 0.91% 0.45% -
HSV(B) 246.57º 0.95% 0.86% -
XYZ 13.65 5.71 68.09 -
YUV 40.82 229.12 122.42 -
System Red Green Blue C M Y K H S L
Decimal 33 10 220 0.85 0.95 0 0.14 246.57 0.91 0.45
Hex 21 A DC 55 5F 0 E F7 5B 2D
Octal 41 12 334 125 137 0 16 367 133 55
Binary 100001 1010 11011100 1010101 1011111 0 1110 11110111 1011011 101101

Color Harmonies of #210ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210ADC

Black with #210ADC

Text Example


Text Example

White with #210ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,10,220); }

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

background-color css

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

 a { background-color: rgb(33,10,220); }

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

border-color css

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

 span { border-color: rgb(33,10,220); }

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