Html Css Color HEX #1004DC Medium Blue

📋 copy color: '#1004DC'

red 16 ◦ green 4 ◦ blue 220

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

Shades of Medium Blue #1004DC

Tints of Medium Blue #1004DC

RGB

 RED value IS 16 (6.64% from 255) = 6.67%

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 6.67%
G = 1.67%
B = 91.67%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1004DC (or 0x1004DC) is known color: Medium Blue. HEX triplet: 10, 04 and DC. RGB value is (16,4,220). Sum of RGB (Red+Green+Blue) = 16+4+220=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 220 (86.33% from 255 or 91.67% from 240); Max value from RGB is 220 - color contains mainly: blue. Hex color #1004DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1004DC is #EFFB23. Grayscale: #1F1F1F. Windows color (decimal): -15727396 or 14418960. OLE color: 14418960.

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

Color convert

RGB 16 4 220 -
CMYK 0.93 0.98 0 0.14
HSL 243.33º 0.96% 0.44% -
HSV(B) 243.33º 0.98% 0.86% -
XYZ 13.18 5.36 68.05 -
YUV 32.21 233.98 116.44 -
System Red Green Blue C M Y K H S L
Decimal 16 4 220 0.93 0.98 0 0.14 243.33 0.96 0.44
Hex 10 4 DC 5D 62 0 E F3 60 2C
Octal 20 4 334 135 142 0 16 363 140 54
Binary 10000 100 11011100 1011101 1100010 0 1110 11110011 1100000 101100

Color Harmonies of #1004DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1004DC

Black with #1004DC

Text Example


Text Example

White with #1004DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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