#260FEF

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

Shades of Blue #260FEF

Tints of Blue #260FEF

Color information

#260FEF (or 0x260FEF) is unknown color: approx Blue. HEX triplet: 26, 0F and EF. RGB value is (38,15,239). Sum of RGB (Red+Green+Blue) = 38+15+239=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 239 (93.75% from 255 or 81.85% from 292); Max value from RGB is 239 - color contains mainly: blue. Hex color #260FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260FEF is #D9F010. Grayscale: #2E2E2E. Windows color (decimal): -14282769 or 15666982. OLE color: 15666982.

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

Color convert

RGB3815239-
CMYK0.840.9400.06
HSL246.16º88.19%49.8%-
HSV(B)246.16º93.72%93.73%-
XYZ16.556.9982.14-
YUV47.41236.12121.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.01%
GREEN value IS 15 (6.25% from 255) = 5.14%
BLUE value IS 239 (93.75% from 255) = 81.85%
R=13.01%
G=5.14%
B=81.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal38152390.840.9400.06246.1688.1949.8
Hex26FEF545E06f65832
Octal46173571241360636613062
Binary100110111111101111101010010111100110111101101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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