Html Css Color HEX #270FBA Medium Blue

📋 copy color: '#270FBA'

red 39 ◦ green 15 ◦ blue 186

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

Shades of Medium Blue #270FBA

Tints of Medium Blue #270FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.25%

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

R = 16.25%
G = 6.25%
B = 77.5%

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

#270FBA (or 0x270FBA) is known color: Medium Blue. HEX triplet: 27, 0F and BA. RGB value is (39,15,186). Sum of RGB (Red+Green+Blue) = 39+15+186=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #270FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270FBA is #D8F045. Grayscale: #292929. Windows color (decimal): -14217286 or 12193575. OLE color: 12193575.

HSL color Cylindrical-coordinate representation of color #270FBA: hue angle of 248.42º degrees, saturation: 0.85, 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 #270FBA is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 15 186 -
CMYK 0.79 0.92 0 0.27
HSL 248.42º 0.85% 0.39% -
HSV(B) 248.42º 0.92% 0.73% -
XYZ 9.87 4.32 46.77 -
YUV 41.67 209.45 126.1 -
System Red Green Blue C M Y K H S L
Decimal 39 15 186 0.79 0.92 0 0.27 248.42 0.85 0.39
Hex 27 F BA 4F 5C 0 1B F8 55 27
Octal 47 17 272 117 134 0 33 370 125 47
Binary 100111 1111 10111010 1001111 1011100 0 11011 11111000 1010101 100111

Color Harmonies of #270FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270FBA

Black with #270FBA

Text Example


Text Example

White with #270FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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