Html Css Color HEX #0428DF Medium Blue

📋 copy color: '#0428DF'

red 4 ◦ green 40 ◦ blue 223

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

Shades of Medium Blue #0428DF

Tints of Medium Blue #0428DF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.98%

 BLUE value IS 223 (87.5% from 255) = 83.52%

R = 1.5%
G = 14.98%
B = 83.52%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0428DF (or 0x0428DF) is known color: Medium Blue. HEX triplet: 04, 28 and DF. RGB value is (4,40,223). Sum of RGB (Red+Green+Blue) = 4+40+223=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #0428DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0428DF is #FBD720. Grayscale: #313131. Windows color (decimal): -16504609 or 14624772. OLE color: 14624772.

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

Color convert

RGB 4 40 223 -
CMYK 0.98 0.82 0 0.13
HSL 230.14º 0.96% 0.45% -
HSV(B) 230.14º 0.98% 0.87% -
XYZ 14.13 6.87 70.39 -
YUV 50.1 225.57 95.12 -
System Red Green Blue C M Y K H S L
Decimal 4 40 223 0.98 0.82 0 0.13 230.14 0.96 0.45
Hex 4 28 DF 62 52 0 D E6 60 2D
Octal 4 50 337 142 122 0 15 346 140 55
Binary 100 101000 11011111 1100010 1010010 0 1101 11100110 1100000 101101

Color Harmonies of #0428DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0428DF

Black with #0428DF

Text Example


Text Example

White with #0428DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0428DF; }

 p { color: rgb(4,40,223); }

 H1.HeaderClassName
 {
   color: #0428DF;
 }
 .AnyTagClassName
 {
   color: #0428DF;
 }
</style>

background-color css

<style>
 a { background-color: #0428DF; }

 a { background-color: rgb(4,40,223); }

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

border-color css

<style>
 span { border-color: #0428DF; }

 span { border-color: rgb(4,40,223); }

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