#270EFE

Color #270EFE Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #270EFE

Tints of Blue #270EFE

Color information

#270EFE (or 0x270EFE) is unknown color: approx Blue. HEX triplet: 27, 0E and FE. RGB value is (39,14,254). Sum of RGB (Red+Green+Blue) = 39+14+254=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 254 (99.61% from 255 or 82.74% from 307); Max value from RGB is 254 - color contains mainly: blue. Hex color #270EFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270EFE is #D8F101. Grayscale: #2F2F2F. Windows color (decimal): -14217474 or 16649767. OLE color: 16649767.

HSL color Cylindrical-coordinate representation of color #270EFE: hue angle of 246.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270EFE is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB3914254-
CMYK0.850.9400.00
HSL246.25º99.17%52.55%-
HSV(B)246.25º94.49%99.61%-
XYZ18.887.994.3-
YUV48.83243.78120.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.70%
GREEN value IS 14 (5.86% from 255) = 4.56%
BLUE value IS 254 (99.61% from 255) = 82.74%
R=12.70%
G=4.56%
B=82.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal39142540.850.9400.00246.2599.1752.55
Hex27EFE555E00f66335
Octal47163761251360036614365
Binary1001111110111111101010101101111000111101101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #270EFE;
 }
 .AnyTagClassName
 {
   color: #270EFE;
 }
</style>
background-color css

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

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

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

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

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

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