Html Css Color HEX #210ACC Medium Blue

📋 copy color: '#210ACC'

red 33 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #210ACC

Tints of Medium Blue #210ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 82.59%

R = 13.36%
G = 4.05%
B = 82.59%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#210ACC (or 0x210ACC) is known color: Medium Blue. HEX triplet: 21, 0A and CC. RGB value is (33,10,204). Sum of RGB (Red+Green+Blue) = 33+10+204=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 204 (80.08% from 255 or 82.59% from 247); Max value from RGB is 204 - color contains mainly: blue. Hex color #210ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210ACC is #DEF533. Grayscale: #262626. Windows color (decimal): -14611764 or 13371937. OLE color: 13371937.

HSL color Cylindrical-coordinate representation of color #210ACC: hue angle of 247.11º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210ACC is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 10 204 -
CMYK 0.84 0.95 0 0.2
HSL 247.11º 0.91% 0.42% -
HSV(B) 247.11º 0.95% 0.8% -
XYZ 11.63 4.9 57.46 -
YUV 38.99 221.12 123.73 -
System Red Green Blue C M Y K H S L
Decimal 33 10 204 0.84 0.95 0 0.2 247.11 0.91 0.42
Hex 21 A CC 54 5F 0 14 F7 5B 2A
Octal 41 12 314 124 137 0 24 367 133 52
Binary 100001 1010 11001100 1010100 1011111 0 10100 11110111 1011011 101010

Color Harmonies of #210ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210ACC

Black with #210ACC

Text Example


Text Example

White with #210ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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