Html Css Color HEX #1004DF Medium Blue

📋 copy color: '#1004DF'

red 16 ◦ green 4 ◦ blue 223

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

Shades of Medium Blue #1004DF

Tints of Medium Blue #1004DF

RGB

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

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

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

R = 6.58%
G = 1.65%
B = 91.77%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1004DF (or 0x1004DF) is known color: Medium Blue. HEX triplet: 10, 04 and DF. RGB value is (16,4,223). Sum of RGB (Red+Green+Blue) = 16+4+223=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 223 (87.5% from 255 or 91.77% from 243); Max value from RGB is 223 - color contains mainly: blue. Hex color #1004DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1004DF is #EFFB20. Grayscale: #1F1F1F. Windows color (decimal): -15727393 or 14615568. OLE color: 14615568.

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

Color convert

RGB 16 4 223 -
CMYK 0.93 0.98 0 0.13
HSL 243.29º 0.96% 0.45% -
HSV(B) 243.29º 0.98% 0.87% -
XYZ 13.58 5.52 70.16 -
YUV 32.55 235.48 116.19 -
System Red Green Blue C M Y K H S L
Decimal 16 4 223 0.93 0.98 0 0.13 243.29 0.96 0.45
Hex 10 4 DF 5D 62 0 D F3 60 2D
Octal 20 4 337 135 142 0 15 363 140 55
Binary 10000 100 11011111 1011101 1100010 0 1101 11110011 1100000 101101

Color Harmonies of #1004DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1004DF

Black with #1004DF

Text Example


Text Example

White with #1004DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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