Html Css Color HEX #210ADF Medium Blue

📋 copy color: '#210ADF'

red 33 ◦ green 10 ◦ blue 223

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

Shades of Medium Blue #210ADF

Tints of Medium Blue #210ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 83.83%

R = 12.41%
G = 3.76%
B = 83.83%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#210ADF (or 0x210ADF) is known color: Medium Blue. HEX triplet: 21, 0A and DF. RGB value is (33,10,223). Sum of RGB (Red+Green+Blue) = 33+10+223=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 223 (87.5% from 255 or 83.83% from 266); Max value from RGB is 223 - color contains mainly: blue. Hex color #210ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210ADF is #DEF520. Grayscale: #282828. Windows color (decimal): -14611745 or 14617121. OLE color: 14617121.

HSL color Cylindrical-coordinate representation of color #210ADF: hue angle of 246.48º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210ADF is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 10 223 -
CMYK 0.85 0.96 0 0.13
HSL 246.48º 0.91% 0.46% -
HSV(B) 246.48º 0.96% 0.87% -
XYZ 14.06 5.87 70.2 -
YUV 41.16 230.62 122.18 -
System Red Green Blue C M Y K H S L
Decimal 33 10 223 0.85 0.96 0 0.13 246.48 0.91 0.46
Hex 21 A DF 55 60 0 D F6 5B 2E
Octal 41 12 337 125 140 0 15 366 133 56
Binary 100001 1010 11011111 1010101 1100000 0 1101 11110110 1011011 101110

Color Harmonies of #210ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210ADF

Black with #210ADF

Text Example


Text Example

White with #210ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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