Html Css Color HEX #270CBA Medium Blue

📋 copy color: '#270CBA'

red 39 ◦ green 12 ◦ blue 186

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

Shades of Medium Blue #270CBA

Tints of Medium Blue #270CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 78.48%

R = 16.46%
G = 5.06%
B = 78.48%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#270CBA (or 0x270CBA) is known color: Medium Blue. HEX triplet: 27, 0C and BA. RGB value is (39,12,186). Sum of RGB (Red+Green+Blue) = 39+12+186=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #270CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270CBA is #D8F345. Grayscale: #272727. Windows color (decimal): -14218054 or 12192807. OLE color: 12192807.

HSL color Cylindrical-coordinate representation of color #270CBA: hue angle of 249.31º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270CBA is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 12 186 -
CMYK 0.79 0.94 0 0.27
HSL 249.31º 0.88% 0.39% -
HSV(B) 249.31º 0.94% 0.73% -
XYZ 9.83 4.24 46.75 -
YUV 39.91 210.45 127.35 -
System Red Green Blue C M Y K H S L
Decimal 39 12 186 0.79 0.94 0 0.27 249.31 0.88 0.39
Hex 27 C BA 4F 5E 0 1B F9 58 27
Octal 47 14 272 117 136 0 33 371 130 47
Binary 100111 1100 10111010 1001111 1011110 0 11011 11111001 1011000 100111

Color Harmonies of #270CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270CBA

Black with #270CBA

Text Example


Text Example

White with #270CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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