#0F2AEC

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

Shades of Blue #0F2AEC

Tints of Blue #0F2AEC

Color information

#0F2AEC (or 0x0F2AEC) is unknown color: approx Blue. HEX triplet: 0F, 2A and EC. RGB value is (15,42,236). Sum of RGB (Red+Green+Blue) = 15+42+236=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 236 (92.58% from 255 or 80.55% from 293); Max value from RGB is 236 - color contains mainly: blue. Hex color #0F2AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F2AEC is #F0D513. Grayscale: #373737. Windows color (decimal): -15783188 or 15477263. OLE color: 15477263.

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

Color convert

RGB1542236-
CMYK0.940.8200.07
HSL232.67º88.05%49.22%-
HSV(B)232.67º93.64%92.55%-
XYZ16.177.8180.01-
YUV56.04229.5598.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.12%
GREEN value IS 42 (16.80% from 255) = 14.33%
BLUE value IS 236 (92.58% from 255) = 80.55%
R=5.12%
G=14.33%
B=80.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15422360.940.8200.07232.6788.0549.22
HexF2AEC5E5207e95831
Octal17523541361220735113061
Binary111110101011101100101111010100100111111010011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,42,236); }

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

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

 a { background-color: rgb(15,42,236); }

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

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

 span { border-color: rgb(15,42,236); }

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