Html Css Color HEX #210BBE Medium Blue

📋 copy color: '#210BBE'

red 33 ◦ green 11 ◦ blue 190

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

Shades of Medium Blue #210BBE

Tints of Medium Blue #210BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 81.2%

R = 14.1%
G = 4.7%
B = 81.2%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#210BBE (or 0x210BBE) is known color: Medium Blue. HEX triplet: 21, 0B and BE. RGB value is (33,11,190). Sum of RGB (Red+Green+Blue) = 33+11+190=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 190 (74.61% from 255 or 81.20% from 234); Max value from RGB is 190 - color contains mainly: blue. Hex color #210BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BBE is #DEF441. Grayscale: #252525. Windows color (decimal): -14611522 or 12454689. OLE color: 12454689.

HSL color Cylindrical-coordinate representation of color #210BBE: hue angle of 247.37º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210BBE is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 11 190 -
CMYK 0.83 0.94 0 0.25
HSL 247.37º 0.89% 0.39% -
HSV(B) 247.37º 0.94% 0.75% -
XYZ 10.04 4.28 49.01 -
YUV 37.98 213.79 124.45 -
System Red Green Blue C M Y K H S L
Decimal 33 11 190 0.83 0.94 0 0.25 247.37 0.89 0.39
Hex 21 B BE 53 5E 0 19 F7 59 27
Octal 41 13 276 123 136 0 31 367 131 47
Binary 100001 1011 10111110 1010011 1011110 0 11001 11110111 1011001 100111

Color Harmonies of #210BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210BBE

Black with #210BBE

Text Example


Text Example

White with #210BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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