Html Css Color HEX #271BE0 Medium Blue

📋 copy color: '#271BE0'

red 39 ◦ green 27 ◦ blue 224

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

Shades of Medium Blue #271BE0

Tints of Medium Blue #271BE0

RGB

 RED value IS 39 (15.63% from 255) = 13.45%

 GREEN value IS 27 (10.94% from 255) = 9.31%

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

R = 13.45%
G = 9.31%
B = 77.24%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#271BE0 (or 0x271BE0) is known color: Medium Blue. HEX triplet: 27, 1B and E0. RGB value is (39,27,224). Sum of RGB (Red+Green+Blue) = 39+27+224=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 224 (87.89% from 255 or 77.24% from 290); Max value from RGB is 224 - color contains mainly: blue. Hex color #271BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271BE0 is #D8E41F. Grayscale: #343434. Windows color (decimal): -14214176 or 14687015. OLE color: 14687015.

HSL color Cylindrical-coordinate representation of color #271BE0: hue angle of 243.65º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271BE0 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 27 224 -
CMYK 0.83 0.88 0 0.12
HSL 243.65º 0.78% 0.49% -
HSV(B) 243.65º 0.88% 0.88% -
XYZ 14.68 6.6 71.02 -
YUV 53.05 224.48 117.98 -
System Red Green Blue C M Y K H S L
Decimal 39 27 224 0.83 0.88 0 0.12 243.65 0.78 0.49
Hex 27 1B E0 53 58 0 C F4 4E 31
Octal 47 33 340 123 130 0 14 364 116 61
Binary 100111 11011 11100000 1010011 1011000 0 1100 11110100 1001110 110001

Color Harmonies of #271BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271BE0

Black with #271BE0

Text Example


Text Example

White with #271BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,27,224); }

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

background-color css

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

 a { background-color: rgb(39,27,224); }

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

border-color css

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

 span { border-color: rgb(39,27,224); }

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