Html Css Color HEX #270EBA Medium Blue

📋 copy color: '#270EBA'

red 39 ◦ green 14 ◦ blue 186

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

Shades of Medium Blue #270EBA

Tints of Medium Blue #270EBA

RGB

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

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

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

R = 16.32%
G = 5.86%
B = 77.82%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#270EBA (or 0x270EBA) is known color: Medium Blue. HEX triplet: 27, 0E and BA. RGB value is (39,14,186). Sum of RGB (Red+Green+Blue) = 39+14+186=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #270EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270EBA is #D8F145. Grayscale: #282828. Windows color (decimal): -14217542 or 12193319. OLE color: 12193319.

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

Color convert

RGB 39 14 186 -
CMYK 0.79 0.92 0 0.27
HSL 248.72º 0.86% 0.39% -
HSV(B) 248.72º 0.92% 0.73% -
XYZ 9.86 4.29 46.76 -
YUV 41.08 209.78 126.51 -
System Red Green Blue C M Y K H S L
Decimal 39 14 186 0.79 0.92 0 0.27 248.72 0.86 0.39
Hex 27 E BA 4F 5C 0 1B F9 56 27
Octal 47 16 272 117 134 0 33 371 126 47
Binary 100111 1110 10111010 1001111 1011100 0 11011 11111001 1010110 100111

Color Harmonies of #270EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270EBA

Black with #270EBA

Text Example


Text Example

White with #270EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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