Html Css Color HEX #0426DE Medium Blue

📋 copy color: '#0426DE'

red 4 ◦ green 38 ◦ blue 222

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

Shades of Medium Blue #0426DE

Tints of Medium Blue #0426DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 84.09%

R = 1.52%
G = 14.39%
B = 84.09%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0426DE (or 0x0426DE) is known color: Medium Blue. HEX triplet: 04, 26 and DE. RGB value is (4,38,222). Sum of RGB (Red+Green+Blue) = 4+38+222=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 222 (87.11% from 255 or 84.09% from 264); Max value from RGB is 222 - color contains mainly: blue. Hex color #0426DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0426DE is #FBD921. Grayscale: #303030. Windows color (decimal): -16505122 or 14558724. OLE color: 14558724.

HSL color Cylindrical-coordinate representation of color #0426DE: hue angle of 230.64º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0426DE is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 38 222 -
CMYK 0.98 0.83 0 0.13
HSL 230.64º 0.96% 0.44% -
HSV(B) 230.64º 0.98% 0.87% -
XYZ 13.93 6.69 69.66 -
YUV 48.81 225.74 96.04 -
System Red Green Blue C M Y K H S L
Decimal 4 38 222 0.98 0.83 0 0.13 230.64 0.96 0.44
Hex 4 26 DE 62 53 0 D E7 60 2C
Octal 4 46 336 142 123 0 15 347 140 54
Binary 100 100110 11011110 1100010 1010011 0 1101 11100111 1100000 101100

Color Harmonies of #0426DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0426DE

Black with #0426DE

Text Example


Text Example

White with #0426DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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