Html Css Color HEX #1004DB Medium Blue

📋 copy color: '#1004DB'

red 16 ◦ green 4 ◦ blue 219

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

Shades of Medium Blue #1004DB

Tints of Medium Blue #1004DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 91.63%

R = 6.69%
G = 1.67%
B = 91.63%

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

#1004DB (or 0x1004DB) is known color: Medium Blue. HEX triplet: 10, 04 and DB. RGB value is (16,4,219). Sum of RGB (Red+Green+Blue) = 16+4+219=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 219 (85.94% from 255 or 91.63% from 239); Max value from RGB is 219 - color contains mainly: blue. Hex color #1004DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1004DB is #EFFB24. Grayscale: #1F1F1F. Windows color (decimal): -15727397 or 14353424. OLE color: 14353424.

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

Color convert

RGB 16 4 219 -
CMYK 0.93 0.98 0 0.14
HSL 243.35º 0.96% 0.44% -
HSV(B) 243.35º 0.98% 0.86% -
XYZ 13.04 5.31 67.36 -
YUV 32.1 233.48 116.52 -
System Red Green Blue C M Y K H S L
Decimal 16 4 219 0.93 0.98 0 0.14 243.35 0.96 0.44
Hex 10 4 DB 5D 62 0 E F3 60 2C
Octal 20 4 333 135 142 0 16 363 140 54
Binary 10000 100 11011011 1011101 1100010 0 1110 11110011 1100000 101100

Color Harmonies of #1004DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1004DB

Black with #1004DB

Text Example


Text Example

White with #1004DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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