Html Css Color HEX #1404DD Medium Blue

📋 copy color: '#1404DD'

red 20 ◦ green 4 ◦ blue 221

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

Shades of Medium Blue #1404DD

Tints of Medium Blue #1404DD

RGB

 RED value IS 20 (8.2% from 255) = 8.16%

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

 BLUE value IS 221 (86.72% from 255) = 90.2%

R = 8.16%
G = 1.63%
B = 90.2%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1404DD (or 0x1404DD) is known color: Medium Blue. HEX triplet: 14, 04 and DD. RGB value is (20,4,221). Sum of RGB (Red+Green+Blue) = 20+4+221=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 221 (86.72% from 255 or 90.20% from 245); Max value from RGB is 221 - color contains mainly: blue. Hex color #1404DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1404DD is #EBFB22. Grayscale: #202020. Windows color (decimal): -15465251 or 14484500. OLE color: 14484500.

HSL color Cylindrical-coordinate representation of color #1404DD: hue angle of 244.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1404DD is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 4 221 -
CMYK 0.91 0.98 0 0.13
HSL 244.42º 0.96% 0.44% -
HSV(B) 244.42º 0.98% 0.87% -
XYZ 13.38 5.46 68.75 -
YUV 33.52 233.8 118.36 -
System Red Green Blue C M Y K H S L
Decimal 20 4 221 0.91 0.98 0 0.13 244.42 0.96 0.44
Hex 14 4 DD 5B 62 0 D F4 60 2C
Octal 24 4 335 133 142 0 15 364 140 54
Binary 10100 100 11011101 1011011 1100010 0 1101 11110100 1100000 101100

Color Harmonies of #1404DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1404DD

Black with #1404DD

Text Example


Text Example

White with #1404DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1404DD; }

 p { color: rgb(20,4,221); }

 H1.HeaderClassName
 {
   color: #1404DD;
 }
 .AnyTagClassName
 {
   color: #1404DD;
 }
</style>

background-color css

<style>
 a { background-color: #1404DD; }

 a { background-color: rgb(20,4,221); }

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

border-color css

<style>
 span { border-color: #1404DD; }

 span { border-color: rgb(20,4,221); }

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