#0f29ea

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

Shades of Blue #0F29EA

Tints of Blue #0F29EA

Color information

#0F29EA (or 0x0F29EA) is unknown color: approx Blue. HEX triplet: 0F, 29 and EA. RGB value is (15,41,234). Sum of RGB (Red+Green+Blue) = 15+41+234=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 234 (91.80% from 255 or 80.69% from 290); Max value from RGB is 234 - color contains mainly: blue. Hex color #0F29EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F29EA is #F0D615. Grayscale: #363636. Windows color (decimal): -15783446 or 15345935. OLE color: 15345935.

HSL color Cylindrical-coordinate representation of color #0F29EA: hue angle of 232.88º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F29EA is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1541234-
CMYK0.940.8200.08
HSL232.88º87.95%48.82%-
HSV(B)232.88º93.59%91.76%-
XYZ15.847.6378.48-
YUV55.23228.8999.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.17%
GREEN value IS 41 (16.41% from 255) = 14.14%
BLUE value IS 234 (91.80% from 255) = 80.69%
R=5.17%
G=14.14%
B=80.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal15412340.940.8200.08232.8887.9548.82
HexF29EA5E5208e95831
Octal175135213612201035113061
Binary1111101001111010101011110101001001000111010011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f29ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,41,234); }

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

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

 a { background-color: rgb(15,41,234); }

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

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

 span { border-color: rgb(15,41,234); }

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