Html Css Color HEX #210ABB Medium Blue

📋 copy color: '#210ABB'

red 33 ◦ green 10 ◦ blue 187

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

Shades of Medium Blue #210ABB

Tints of Medium Blue #210ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 81.3%

R = 14.35%
G = 4.35%
B = 81.3%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#210ABB (or 0x210ABB) is known color: Medium Blue. HEX triplet: 21, 0A and BB. RGB value is (33,10,187). Sum of RGB (Red+Green+Blue) = 33+10+187=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 187 (73.44% from 255 or 81.30% from 230); Max value from RGB is 187 - color contains mainly: blue. Hex color #210ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210ABB is #DEF544. Grayscale: #242424. Windows color (decimal): -14611781 or 12257825. OLE color: 12257825.

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

Color convert

RGB 33 10 187 -
CMYK 0.82 0.95 0 0.27
HSL 247.8º 0.9% 0.39% -
HSV(B) 247.8º 0.95% 0.73% -
XYZ 9.71 4.13 47.3 -
YUV 37.06 212.62 125.11 -
System Red Green Blue C M Y K H S L
Decimal 33 10 187 0.82 0.95 0 0.27 247.8 0.9 0.39
Hex 21 A BB 52 5F 0 1B F8 5A 27
Octal 41 12 273 122 137 0 33 370 132 47
Binary 100001 1010 10111011 1010010 1011111 0 11011 11111000 1011010 100111

Color Harmonies of #210ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210ABB

Black with #210ABB

Text Example


Text Example

White with #210ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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