Html Css Color HEX #210EC1 Medium Blue

📋 copy color: '#210EC1'

red 33 ◦ green 14 ◦ blue 193

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

Shades of Medium Blue #210EC1

Tints of Medium Blue #210EC1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.83%

 BLUE value IS 193 (75.78% from 255) = 80.42%

R = 13.75%
G = 5.83%
B = 80.42%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#210EC1 (or 0x210EC1) is known color: Medium Blue. HEX triplet: 21, 0E and C1. RGB value is (33,14,193). Sum of RGB (Red+Green+Blue) = 33+14+193=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 193 (75.78% from 255 or 80.42% from 240); Max value from RGB is 193 - color contains mainly: blue. Hex color #210EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210EC1 is #DEF13E. Grayscale: #272727. Windows color (decimal): -14610751 or 12652065. OLE color: 12652065.

HSL color Cylindrical-coordinate representation of color #210EC1: hue angle of 246.37º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210EC1 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 14 193 -
CMYK 0.83 0.93 0 0.24
HSL 246.37º 0.86% 0.41% -
HSV(B) 246.37º 0.93% 0.76% -
XYZ 10.41 4.49 50.77 -
YUV 40.09 214.29 122.95 -
System Red Green Blue C M Y K H S L
Decimal 33 14 193 0.83 0.93 0 0.24 246.37 0.86 0.41
Hex 21 E C1 53 5D 0 18 F6 56 29
Octal 41 16 301 123 135 0 30 366 126 51
Binary 100001 1110 11000001 1010011 1011101 0 11000 11110110 1010110 101001

Color Harmonies of #210EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210EC1

Black with #210EC1

Text Example


Text Example

White with #210EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,14,193); }

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

background-color css

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

 a { background-color: rgb(33,14,193); }

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

border-color css

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

 span { border-color: rgb(33,14,193); }

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