Html Css Color HEX #270CC0 Medium Blue

📋 copy color: '#270CC0'

red 39 ◦ green 12 ◦ blue 192

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

Shades of Medium Blue #270CC0

Tints of Medium Blue #270CC0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.94%

 BLUE value IS 192 (75.39% from 255) = 79.01%

R = 16.05%
G = 4.94%
B = 79.01%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#270CC0 (or 0x270CC0) is known color: Medium Blue. HEX triplet: 27, 0C and C0. RGB value is (39,12,192). Sum of RGB (Red+Green+Blue) = 39+12+192=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 192 (75.39% from 255 or 79.01% from 243); Max value from RGB is 192 - color contains mainly: blue. Hex color #270CC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270CC0 is #D8F33F. Grayscale: #272727. Windows color (decimal): -14218048 or 12586023. OLE color: 12586023.

HSL color Cylindrical-coordinate representation of color #270CC0: hue angle of 249º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270CC0 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 12 192 -
CMYK 0.80 0.94 0 0.25
HSL 249º 0.88% 0.4% -
HSV(B) 249º 0.94% 0.75% -
XYZ 10.48 4.5 50.19 -
YUV 40.59 213.45 126.86 -
System Red Green Blue C M Y K H S L
Decimal 39 12 192 0.80 0.94 0 0.25 249 0.88 0.4
Hex 27 C C0 50 5E 0 19 F9 58 28
Octal 47 14 300 120 136 0 31 371 130 50
Binary 100111 1100 11000000 1010000 1011110 0 11001 11111001 1011000 101000

Color Harmonies of #270CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270CC0

Black with #270CC0

Text Example


Text Example

White with #270CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,12,192); }

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

background-color css

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

 a { background-color: rgb(39,12,192); }

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

border-color css

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

 span { border-color: rgb(39,12,192); }

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