#0426ED

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

Shades of Blue #0426ED

Tints of Blue #0426ED

Color information

#0426ED (or 0x0426ED) is unknown color: approx Blue. HEX triplet: 04, 26 and ED. RGB value is (4,38,237). Sum of RGB (Red+Green+Blue) = 4+38+237=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 237 (92.97% from 255 or 84.95% from 279); Max value from RGB is 237 - color contains mainly: blue. Hex color #0426ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0426ED is #FBD912. Grayscale: #313131. Windows color (decimal): -16505107 or 15541764. OLE color: 15541764.

HSL color Cylindrical-coordinate representation of color #0426ED: hue angle of 231.24º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0426ED is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB438237-
CMYK0.980.8400.07
HSL231.24º96.68%47.25%-
HSV(B)231.24º98.31%92.94%-
XYZ16.037.5380.73-
YUV50.52233.2494.82-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.43%
GREEN value IS 38 (15.23% from 255) = 13.62%
BLUE value IS 237 (92.97% from 255) = 84.95%
R=1.43%
G=13.62%
B=84.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal4382370.980.8400.07231.2496.6847.25
Hex426ED625407e7612f
Octal4463551421240734714157
Binary10010011011101101110001010101000111111001111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0426ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0426ED; }

 p { color: rgb(4,38,237); }

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

<style>
 a { background-color: #0426ED; }

 a { background-color: rgb(4,38,237); }

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

<style>
 span { border-color: #0426ED; }

 span { border-color: rgb(4,38,237); }

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