#0F26FA

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

Shades of Blue #0F26FA

Tints of Blue #0F26FA

Color information

#0F26FA (or 0x0F26FA) is unknown color: approx Blue. HEX triplet: 0F, 26 and FA. RGB value is (15,38,250). Sum of RGB (Red+Green+Blue) = 15+38+250=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 250 (98.05% from 255 or 82.51% from 303); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F26FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F26FA is #F0D905. Grayscale: #363636. Windows color (decimal): -15784198 or 16393743. OLE color: 16393743.

HSL color Cylindrical-coordinate representation of color #0F26FA: hue angle of 234.13º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F26FA is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1538250-
CMYK0.940.8500.02
HSL234.13º95.92%51.96%-
HSV(B)234.13º94%98.04%-
XYZ18.158.3991.11-
YUV55.29237.8899.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.95%
GREEN value IS 38 (15.23% from 255) = 12.54%
BLUE value IS 250 (98.05% from 255) = 82.51%
R=4.95%
G=12.54%
B=82.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal15382500.940.8500.02234.1395.9251.96
HexF26FA5E5502ea6034
Octal17463721361250235214064
Binary11111001101111101010111101010101010111010101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F26FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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