Html Css Color HEX #211FE4 Medium Blue

📋 copy color: '#211FE4'

red 33 ◦ green 31 ◦ blue 228

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

Shades of Medium Blue #211FE4

Tints of Medium Blue #211FE4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.62%

 BLUE value IS 228 (89.45% from 255) = 78.08%

R = 11.3%
G = 10.62%
B = 78.08%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#211FE4 (or 0x211FE4) is known color: Medium Blue. HEX triplet: 21, 1F and E4. RGB value is (33,31,228). Sum of RGB (Red+Green+Blue) = 33+31+228=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 228 (89.45% from 255 or 78.08% from 292); Max value from RGB is 228 - color contains mainly: blue. Hex color #211FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FE4 is #DEE01B. Grayscale: #353535. Windows color (decimal): -14606364 or 14950177. OLE color: 14950177.

HSL color Cylindrical-coordinate representation of color #211FE4: hue angle of 240.61º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211FE4 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 31 228 -
CMYK 0.86 0.86 0 0.11
HSL 240.61º 0.78% 0.51% -
HSV(B) 240.61º 0.86% 0.89% -
XYZ 15.12 6.9 73.93 -
YUV 54.06 226.16 112.98 -
System Red Green Blue C M Y K H S L
Decimal 33 31 228 0.86 0.86 0 0.11 240.61 0.78 0.51
Hex 21 1F E4 56 56 0 B F1 4E 33
Octal 41 37 344 126 126 0 13 361 116 63
Binary 100001 11111 11100100 1010110 1010110 0 1011 11110001 1001110 110011

Color Harmonies of #211FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211FE4

Black with #211FE4

Text Example


Text Example

White with #211FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211FE4; }

 p { color: rgb(33,31,228); }

 H1.HeaderClassName
 {
   color: #211FE4;
 }
 .AnyTagClassName
 {
   color: #211FE4;
 }
</style>

background-color css

<style>
 a { background-color: #211FE4; }

 a { background-color: rgb(33,31,228); }

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

border-color css

<style>
 span { border-color: #211FE4; }

 span { border-color: rgb(33,31,228); }

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