Html Css Color HEX #0419DC Medium Blue

📋 copy color: '#0419DC'

red 4 ◦ green 25 ◦ blue 220

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

Shades of Medium Blue #0419DC

Tints of Medium Blue #0419DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.04%

 BLUE value IS 220 (86.33% from 255) = 88.35%

R = 1.61%
G = 10.04%
B = 88.35%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0419DC (or 0x0419DC) is known color: Medium Blue. HEX triplet: 04, 19 and DC. RGB value is (4,25,220). Sum of RGB (Red+Green+Blue) = 4+25+220=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 220 (86.33% from 255 or 88.35% from 249); Max value from RGB is 220 - color contains mainly: blue. Hex color #0419DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0419DC is #FBE623. Grayscale: #282828. Windows color (decimal): -16508452 or 14424324. OLE color: 14424324.

HSL color Cylindrical-coordinate representation of color #0419DC: hue angle of 234.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0419DC is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 25 220 -
CMYK 0.98 0.89 0 0.14
HSL 234.17º 0.96% 0.44% -
HSV(B) 234.17º 0.98% 0.86% -
XYZ 13.32 5.89 68.14 -
YUV 40.95 229.04 101.64 -
System Red Green Blue C M Y K H S L
Decimal 4 25 220 0.98 0.89 0 0.14 234.17 0.96 0.44
Hex 4 19 DC 62 59 0 E EA 60 2C
Octal 4 31 334 142 131 0 16 352 140 54
Binary 100 11001 11011100 1100010 1011001 0 1110 11101010 1100000 101100

Color Harmonies of #0419DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0419DC

Black with #0419DC

Text Example


Text Example

White with #0419DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0419DC; }

 p { color: rgb(4,25,220); }

 H1.HeaderClassName
 {
   color: #0419DC;
 }
 .AnyTagClassName
 {
   color: #0419DC;
 }
</style>

background-color css

<style>
 a { background-color: #0419DC; }

 a { background-color: rgb(4,25,220); }

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

border-color css

<style>
 span { border-color: #0419DC; }

 span { border-color: rgb(4,25,220); }

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