#0425F6

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

Shades of Blue #0425F6

Tints of Blue #0425F6

Color information

#0425F6 (or 0x0425F6) is unknown color: approx Blue. HEX triplet: 04, 25 and F6. RGB value is (4,37,246). Sum of RGB (Red+Green+Blue) = 4+37+246=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 246 (96.48% from 255 or 85.71% from 287); Max value from RGB is 246 - color contains mainly: blue. Hex color #0425F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0425F6 is #FBDA09. Grayscale: #323232. Windows color (decimal): -16505354 or 16131332. OLE color: 16131332.

HSL color Cylindrical-coordinate representation of color #0425F6: hue angle of 231.82º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0425F6 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB437246-
CMYK0.980.8500.04
HSL231.82º96.8%49.02%-
HSV(B)231.82º98.37%96.47%-
XYZ17.35887.82-
YUV50.96238.0794.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.39%
GREEN value IS 37 (14.84% from 255) = 12.89%
BLUE value IS 246 (96.48% from 255) = 85.71%
R=1.39%
G=12.89%
B=85.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal4372460.980.8500.04231.8296.849.02
Hex425F6625504e86131
Octal4453661421250435014161
Binary10010010111110110110001010101010100111010001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0425F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0425F6; }

 p { color: rgb(4,37,246); }

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

<style>
 a { background-color: #0425F6; }

 a { background-color: rgb(4,37,246); }

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

<style>
 span { border-color: #0425F6; }

 span { border-color: rgb(4,37,246); }

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