Html Css Color HEX #270ECC Medium Blue

📋 copy color: '#270ECC'

red 39 ◦ green 14 ◦ blue 204

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

Shades of Medium Blue #270ECC

Tints of Medium Blue #270ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 79.38%

R = 15.18%
G = 5.45%
B = 79.38%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#270ECC (or 0x270ECC) is known color: Medium Blue. HEX triplet: 27, 0E and CC. RGB value is (39,14,204). Sum of RGB (Red+Green+Blue) = 39+14+204=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 204 (80.08% from 255 or 79.38% from 257); Max value from RGB is 204 - color contains mainly: blue. Hex color #270ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270ECC is #D8F133. Grayscale: #2A2A2A. Windows color (decimal): -14217524 or 13372967. OLE color: 13372967.

HSL color Cylindrical-coordinate representation of color #270ECC: hue angle of 247.89º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270ECC is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 14 204 -
CMYK 0.81 0.93 0 0.2
HSL 247.89º 0.87% 0.43% -
HSV(B) 247.89º 0.93% 0.8% -
XYZ 11.89 5.11 57.49 -
YUV 43.14 218.78 125.05 -
System Red Green Blue C M Y K H S L
Decimal 39 14 204 0.81 0.93 0 0.2 247.89 0.87 0.43
Hex 27 E CC 51 5D 0 14 F8 57 2B
Octal 47 16 314 121 135 0 24 370 127 53
Binary 100111 1110 11001100 1010001 1011101 0 10100 11111000 1010111 101011

Color Harmonies of #270ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270ECC

Black with #270ECC

Text Example


Text Example

White with #270ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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