Html Css Color HEX #210BD5 Medium Blue

📋 copy color: '#210BD5'

red 33 ◦ green 11 ◦ blue 213

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

Shades of Medium Blue #210BD5

Tints of Medium Blue #210BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 82.88%

R = 12.84%
G = 4.28%
B = 82.88%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#210BD5 (or 0x210BD5) is known color: Medium Blue. HEX triplet: 21, 0B and D5. RGB value is (33,11,213). Sum of RGB (Red+Green+Blue) = 33+11+213=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 213 (83.59% from 255 or 82.88% from 257); Max value from RGB is 213 - color contains mainly: blue. Hex color #210BD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BD5 is #DEF42A. Grayscale: #272727. Windows color (decimal): -14611499 or 13962017. OLE color: 13962017.

HSL color Cylindrical-coordinate representation of color #210BD5: hue angle of 246.53º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210BD5 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 11 213 -
CMYK 0.85 0.95 0 0.16
HSL 246.53º 0.9% 0.44% -
HSV(B) 246.53º 0.95% 0.84% -
XYZ 12.76 5.37 63.31 -
YUV 40.61 225.29 122.57 -
System Red Green Blue C M Y K H S L
Decimal 33 11 213 0.85 0.95 0 0.16 246.53 0.9 0.44
Hex 21 B D5 55 5F 0 10 F7 5A 2C
Octal 41 13 325 125 137 0 20 367 132 54
Binary 100001 1011 11010101 1010101 1011111 0 10000 11110111 1011010 101100

Color Harmonies of #210BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210BD5

Black with #210BD5

Text Example


Text Example

White with #210BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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