Html Css Color HEX #0413DC Medium Blue

📋 copy color: '#0413DC'

red 4 ◦ green 19 ◦ blue 220

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

Shades of Medium Blue #0413DC

Tints of Medium Blue #0413DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.82%

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

R = 1.65%
G = 7.82%
B = 90.53%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0413DC (or 0x0413DC) is known color: Medium Blue. HEX triplet: 04, 13 and DC. RGB value is (4,19,220). Sum of RGB (Red+Green+Blue) = 4+19+220=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 220 (86.33% from 255 or 90.53% from 243); Max value from RGB is 220 - color contains mainly: blue. Hex color #0413DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0413DC is #FBEC23. Grayscale: #242424. Windows color (decimal): -16509988 or 14422788. OLE color: 14422788.

HSL color Cylindrical-coordinate representation of color #0413DC: hue angle of 235.83º 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 #0413DC is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 19 220 -
CMYK 0.98 0.91 0 0.14
HSL 235.83º 0.96% 0.44% -
HSV(B) 235.83º 0.98% 0.86% -
XYZ 13.2 5.66 68.11 -
YUV 37.43 231.03 104.16 -
System Red Green Blue C M Y K H S L
Decimal 4 19 220 0.98 0.91 0 0.14 235.83 0.96 0.44
Hex 4 13 DC 62 5B 0 E EC 60 2C
Octal 4 23 334 142 133 0 16 354 140 54
Binary 100 10011 11011100 1100010 1011011 0 1110 11101100 1100000 101100

Color Harmonies of #0413DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0413DC

Black with #0413DC

Text Example


Text Example

White with #0413DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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