Html Css Color HEX #210BE5 Medium Blue

📋 copy color: '#210BE5'

red 33 ◦ green 11 ◦ blue 229

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

Shades of Medium Blue #210BE5

Tints of Medium Blue #210BE5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.03%

 BLUE value IS 229 (89.84% from 255) = 83.88%

R = 12.09%
G = 4.03%
B = 83.88%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#210BE5 (or 0x210BE5) is known color: Medium Blue. HEX triplet: 21, 0B and E5. RGB value is (33,11,229). Sum of RGB (Red+Green+Blue) = 33+11+229=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 229 (89.84% from 255 or 83.88% from 273); Max value from RGB is 229 - color contains mainly: blue. Hex color #210BE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BE5 is #DEF41A. Grayscale: #292929. Windows color (decimal): -14611483 or 15010593. OLE color: 15010593.

HSL color Cylindrical-coordinate representation of color #210BE5: hue angle of 246.06º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210BE5 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 11 229 -
CMYK 0.86 0.95 0 0.10
HSL 246.06º 0.91% 0.47% -
HSV(B) 246.06º 0.95% 0.9% -
XYZ 14.89 6.22 74.54 -
YUV 42.43 233.29 121.27 -
System Red Green Blue C M Y K H S L
Decimal 33 11 229 0.86 0.95 0 0.10 246.06 0.91 0.47
Hex 21 B E5 56 5F 0 A F6 5B 2F
Octal 41 13 345 126 137 0 12 366 133 57
Binary 100001 1011 11100101 1010110 1011111 0 1010 11110110 1011011 101111

Color Harmonies of #210BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210BE5

Black with #210BE5

Text Example


Text Example

White with #210BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,11,229); }

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

background-color css

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

 a { background-color: rgb(33,11,229); }

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

border-color css

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

 span { border-color: rgb(33,11,229); }

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