Html Css Color HEX #271CE0 Medium Blue

📋 copy color: '#271CE0'

red 39 ◦ green 28 ◦ blue 224

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

Shades of Medium Blue #271CE0

Tints of Medium Blue #271CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.62%

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

R = 13.4%
G = 9.62%
B = 76.98%

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

#271CE0 (or 0x271CE0) is known color: Medium Blue. HEX triplet: 27, 1C and E0. RGB value is (39,28,224). Sum of RGB (Red+Green+Blue) = 39+28+224=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 224 (87.89% from 255 or 76.98% from 291); Max value from RGB is 224 - color contains mainly: blue. Hex color #271CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271CE0 is #D8E31F. Grayscale: #343434. Windows color (decimal): -14213920 or 14687271. OLE color: 14687271.

HSL color Cylindrical-coordinate representation of color #271CE0: hue angle of 243.37º 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 #271CE0 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 28 224 -
CMYK 0.83 0.88 0 0.12
HSL 243.37º 0.78% 0.49% -
HSV(B) 243.37º 0.88% 0.88% -
XYZ 14.71 6.64 71.03 -
YUV 53.63 224.14 117.56 -
System Red Green Blue C M Y K H S L
Decimal 39 28 224 0.83 0.88 0 0.12 243.37 0.78 0.49
Hex 27 1C E0 53 58 0 C F3 4E 31
Octal 47 34 340 123 130 0 14 363 116 61
Binary 100111 11100 11100000 1010011 1011000 0 1100 11110011 1001110 110001

Color Harmonies of #271CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271CE0

Black with #271CE0

Text Example


Text Example

White with #271CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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