#260FE7

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

Shades of Blue #260FE7

Tints of Blue #260FE7

Color information

#260FE7 (or 0x260FE7) is unknown color: approx Blue. HEX triplet: 26, 0F and E7. RGB value is (38,15,231). Sum of RGB (Red+Green+Blue) = 38+15+231=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 231 (90.62% from 255 or 81.34% from 284); Max value from RGB is 231 - color contains mainly: blue. Hex color #260FE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260FE7 is #D9F018. Grayscale: #2D2D2D. Windows color (decimal): -14282777 or 15142694. OLE color: 15142694.

HSL color Cylindrical-coordinate representation of color #260FE7: hue angle of 246.39º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260FE7 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3815231-
CMYK0.840.9400.09
HSL246.39º87.8%48.24%-
HSV(B)246.39º93.51%90.59%-
XYZ15.396.5276.05-
YUV46.5232.12121.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.38%
GREEN value IS 15 (6.25% from 255) = 5.28%
BLUE value IS 231 (90.62% from 255) = 81.34%
R=13.38%
G=5.28%
B=81.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal38152310.840.9400.09246.3987.848.24
Hex26FE7545E09f65830
Octal461734712413601136613060
Binary1001101111111001111010100101111001001111101101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260FE7; }

 p { color: rgb(38,15,231); }

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

<style>
 a { background-color: #260FE7; }

 a { background-color: rgb(38,15,231); }

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

<style>
 span { border-color: #260FE7; }

 span { border-color: rgb(38,15,231); }

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