Html Css Color HEX #270EE0 Medium Blue

📋 copy color: '#270EE0'

red 39 ◦ green 14 ◦ blue 224

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

Shades of Medium Blue #270EE0

Tints of Medium Blue #270EE0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.05%

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

R = 14.08%
G = 5.05%
B = 80.87%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#270EE0 (or 0x270EE0) is known color: Medium Blue. HEX triplet: 27, 0E and E0. RGB value is (39,14,224). Sum of RGB (Red+Green+Blue) = 39+14+224=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 224 (87.89% from 255 or 80.87% from 277); Max value from RGB is 224 - color contains mainly: blue. Hex color #270EE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270EE0 is #D8F11F. Grayscale: #2C2C2C. Windows color (decimal): -14217504 or 14683687. OLE color: 14683687.

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

Color convert

RGB 39 14 224 -
CMYK 0.83 0.94 0 0.12
HSL 247.14º 0.88% 0.47% -
HSV(B) 247.14º 0.94% 0.88% -
XYZ 14.45 6.13 70.94 -
YUV 45.42 228.78 123.42 -
System Red Green Blue C M Y K H S L
Decimal 39 14 224 0.83 0.94 0 0.12 247.14 0.88 0.47
Hex 27 E E0 53 5E 0 C F7 58 2F
Octal 47 16 340 123 136 0 14 367 130 57
Binary 100111 1110 11100000 1010011 1011110 0 1100 11110111 1011000 101111

Color Harmonies of #270EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270EE0

Black with #270EE0

Text Example


Text Example

White with #270EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270EE0; }

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

 H1.HeaderClassName
 {
   color: #270EE0;
 }
 .AnyTagClassName
 {
   color: #270EE0;
 }
</style>

background-color css

<style>
 a { background-color: #270EE0; }

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

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

border-color css

<style>
 span { border-color: #270EE0; }

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

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