Html Css Color HEX #210BE0 Medium Blue

📋 copy color: '#210BE0'

red 33 ◦ green 11 ◦ blue 224

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

Shades of Medium Blue #210BE0

Tints of Medium Blue #210BE0

RGB

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

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

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

R = 12.31%
G = 4.1%
B = 83.58%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#210BE0 (or 0x210BE0) is known color: Medium Blue. HEX triplet: 21, 0B and E0. RGB value is (33,11,224). Sum of RGB (Red+Green+Blue) = 33+11+224=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 224 (87.89% from 255 or 83.58% from 268); Max value from RGB is 224 - color contains mainly: blue. Hex color #210BE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BE0 is #DEF41F. Grayscale: #292929. Windows color (decimal): -14611488 or 14682913. OLE color: 14682913.

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

Color convert

RGB 33 11 224 -
CMYK 0.85 0.95 0 0.12
HSL 246.2º 0.91% 0.46% -
HSV(B) 246.2º 0.95% 0.88% -
XYZ 14.2 5.94 70.92 -
YUV 41.86 230.79 121.68 -
System Red Green Blue C M Y K H S L
Decimal 33 11 224 0.85 0.95 0 0.12 246.2 0.91 0.46
Hex 21 B E0 55 5F 0 C F6 5B 2E
Octal 41 13 340 125 137 0 14 366 133 56
Binary 100001 1011 11100000 1010101 1011111 0 1100 11110110 1011011 101110

Color Harmonies of #210BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210BE0

Black with #210BE0

Text Example


Text Example

White with #210BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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