#0124F8

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

Shades of Blue #0124F8

Tints of Blue #0124F8

Color information

#0124F8 (or 0x0124F8) is unknown color: approx Blue. HEX triplet: 01, 24 and F8. RGB value is (1,36,248). Sum of RGB (Red+Green+Blue) = 1+36+248=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 248 (97.27% from 255 or 87.02% from 285); Max value from RGB is 248 - color contains mainly: blue. Hex color #0124F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0124F8 is #FEDB07. Grayscale: #303030. Windows color (decimal): -16702216 or 16262145. OLE color: 16262145.

HSL color Cylindrical-coordinate representation of color #0124F8: hue angle of 231.5º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0124F8 is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB136248-
CMYK1.000.8500.03
HSL231.5º99.2%48.82%-
HSV(B)231.5º99.6%97.25%-
XYZ17.598.0589.43-
YUV49.7239.993.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 36 (14.45% from 255) = 12.63%
BLUE value IS 248 (97.27% from 255) = 87.02%
R=0.35%
G=12.63%
B=87.02%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1362481.000.8500.03231.599.248.82
Hex124F8645503e76331
Octal1443701441250334714361
Binary11001001111100011001001010101011111001111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0124F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0124F8; }

 p { color: rgb(1,36,248); }

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

<style>
 a { background-color: #0124F8; }

 a { background-color: rgb(1,36,248); }

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

<style>
 span { border-color: #0124F8; }

 span { border-color: rgb(1,36,248); }

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