#0F26EF

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

Shades of Blue #0F26EF

Tints of Blue #0F26EF

Color information

#0F26EF (or 0x0F26EF) is unknown color: approx Blue. HEX triplet: 0F, 26 and EF. RGB value is (15,38,239). Sum of RGB (Red+Green+Blue) = 15+38+239=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 38 (15.23% from 255 or 13.01% 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 #0F26EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F26EF is #F0D910. Grayscale: #353535. Windows color (decimal): -15784209 or 15672847. OLE color: 15672847.

HSL color Cylindrical-coordinate representation of color #0F26EF: hue angle of 233.84º 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 #0F26EF is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1538239-
CMYK0.940.8400.06
HSL233.84º88.19%49.8%-
HSV(B)233.84º93.72%93.73%-
XYZ16.477.7282.28-
YUV54.04232.38100.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal15382390.940.8400.06233.8488.1949.8
HexF26EF5E5406ea5832
Octal17463571361240635213062
Binary111110011011101111101111010101000110111010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F26EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F26EF; }

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

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

<style>
 a { background-color: #0F26EF; }

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

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

<style>
 span { border-color: #0F26EF; }

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

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