Html Css Color HEX #0426FD Blue

📋 copy color: '#0426FD'

red 4 ◦ green 38 ◦ blue 253

#0426FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #0426FD

Tints of Blue #0426FD

RGB

 RED value IS 4 (1.95% from 255) = 1.36%

 GREEN value IS 38 (15.23% from 255) = 12.88%

 BLUE value IS 253 (99.22% from 255) = 85.76%

R = 1.36%
G = 12.88%
B = 85.76%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0426FD (or 0x0426FD) is known color: Blue. HEX triplet: 04, 26 and FD. RGB value is (4,38,253). Sum of RGB (Red+Green+Blue) = 4+38+253=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 253 (99.22% from 255 or 85.76% from 295); Max value from RGB is 253 - color contains mainly: blue. Hex color #0426FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0426FD is #FBD902. Grayscale: #333333. Windows color (decimal): -16505091 or 16590340. OLE color: 16590340.

HSL color Cylindrical-coordinate representation of color #0426FD: hue angle of 231.81º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0426FD is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 38 253 -
CMYK 0.98 0.85 0 0.01
HSL 231.81º 0.98% 0.5% -
HSV(B) 231.81º 0.98% 0.99% -
XYZ 18.47 8.5 93.6 -
YUV 52.34 241.24 93.52 -
System Red Green Blue C M Y K H S L
Decimal 4 38 253 0.98 0.85 0 0.01 231.81 0.98 0.5
Hex 4 26 FD 62 55 0 1 E8 62 32
Octal 4 46 375 142 125 0 1 350 142 62
Binary 100 100110 11111101 1100010 1010101 0 1 11101000 1100010 110010

Color Harmonies of #0426FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0426FD

Black with #0426FD

Text Example


Text Example

White with #0426FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0426FD;
 }
 .AnyTagClassName
 {
   color: #0426FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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