Html Css Color HEX #210ABD Medium Blue

📋 copy color: '#210ABD'

red 33 ◦ green 10 ◦ blue 189

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

Shades of Medium Blue #210ABD

Tints of Medium Blue #210ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 81.47%

R = 14.22%
G = 4.31%
B = 81.47%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#210ABD (or 0x210ABD) is known color: Medium Blue. HEX triplet: 21, 0A and BD. RGB value is (33,10,189). Sum of RGB (Red+Green+Blue) = 33+10+189=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 189 (74.22% from 255 or 81.47% from 232); Max value from RGB is 189 - color contains mainly: blue. Hex color #210ABD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210ABD is #DEF542. Grayscale: #242424. Windows color (decimal): -14611779 or 12388897. OLE color: 12388897.

HSL color Cylindrical-coordinate representation of color #210ABD: hue angle of 247.71º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210ABD is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 10 189 -
CMYK 0.83 0.95 0 0.26
HSL 247.71º 0.9% 0.39% -
HSV(B) 247.71º 0.95% 0.74% -
XYZ 9.92 4.21 48.43 -
YUV 37.28 213.62 124.95 -
System Red Green Blue C M Y K H S L
Decimal 33 10 189 0.83 0.95 0 0.26 247.71 0.9 0.39
Hex 21 A BD 53 5F 0 1A F8 5A 27
Octal 41 12 275 123 137 0 32 370 132 47
Binary 100001 1010 10111101 1010011 1011111 0 11010 11111000 1011010 100111

Color Harmonies of #210ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210ABD

Black with #210ABD

Text Example


Text Example

White with #210ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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