Html Css Color HEX #210AE0 Medium Blue

📋 copy color: '#210AE0'

red 33 ◦ green 10 ◦ blue 224

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

Shades of Medium Blue #210AE0

Tints of Medium Blue #210AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 83.9%

R = 12.36%
G = 3.75%
B = 83.9%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#210AE0 (or 0x210AE0) is known color: Medium Blue. HEX triplet: 21, 0A and E0. RGB value is (33,10,224). Sum of RGB (Red+Green+Blue) = 33+10+224=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 224 (87.89% from 255 or 83.90% from 267); Max value from RGB is 224 - color contains mainly: blue. Hex color #210AE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210AE0 is #DEF51F. Grayscale: #282828. Windows color (decimal): -14611744 or 14682657. OLE color: 14682657.

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

Color convert

RGB 33 10 224 -
CMYK 0.85 0.96 0 0.12
HSL 246.45º 0.91% 0.46% -
HSV(B) 246.45º 0.96% 0.88% -
XYZ 14.19 5.92 70.92 -
YUV 41.27 231.12 122.1 -
System Red Green Blue C M Y K H S L
Decimal 33 10 224 0.85 0.96 0 0.12 246.45 0.91 0.46
Hex 21 A E0 55 60 0 C F6 5B 2E
Octal 41 12 340 125 140 0 14 366 133 56
Binary 100001 1010 11100000 1010101 1100000 0 1100 11110110 1011011 101110

Color Harmonies of #210AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210AE0

Black with #210AE0

Text Example


Text Example

White with #210AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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