Html Css Color HEX #270FBE Medium Blue

📋 copy color: '#270FBE'

red 39 ◦ green 15 ◦ blue 190

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

Shades of Medium Blue #270FBE

Tints of Medium Blue #270FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 77.87%

R = 15.98%
G = 6.15%
B = 77.87%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#270FBE (or 0x270FBE) is known color: Medium Blue. HEX triplet: 27, 0F and BE. RGB value is (39,15,190). Sum of RGB (Red+Green+Blue) = 39+15+190=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #270FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270FBE is #D8F041. Grayscale: #292929. Windows color (decimal): -14217282 or 12455719. OLE color: 12455719.

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

Color convert

RGB 39 15 190 -
CMYK 0.79 0.92 0 0.25
HSL 248.23º 0.85% 0.4% -
HSV(B) 248.23º 0.92% 0.75% -
XYZ 10.3 4.49 49.04 -
YUV 42.13 211.45 125.77 -
System Red Green Blue C M Y K H S L
Decimal 39 15 190 0.79 0.92 0 0.25 248.23 0.85 0.4
Hex 27 F BE 4F 5C 0 19 F8 55 28
Octal 47 17 276 117 134 0 31 370 125 50
Binary 100111 1111 10111110 1001111 1011100 0 11001 11111000 1010101 101000

Color Harmonies of #270FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270FBE

Black with #270FBE

Text Example


Text Example

White with #270FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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