Html Css Color HEX #1819DD Medium Blue

📋 copy color: '#1819DD'

red 24 ◦ green 25 ◦ blue 221

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

Shades of Medium Blue #1819DD

Tints of Medium Blue #1819DD

RGB

 RED value IS 24 (9.77% from 255) = 8.89%

 GREEN value IS 25 (10.16% from 255) = 9.26%

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

R = 8.89%
G = 9.26%
B = 81.85%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1819DD (or 0x1819DD) is known color: Medium Blue. HEX triplet: 18, 19 and DD. RGB value is (24,25,221). Sum of RGB (Red+Green+Blue) = 24+25+221=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #1819DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1819DD is #E7E622. Grayscale: #2E2E2E. Windows color (decimal): -15197731 or 14489880. OLE color: 14489880.

HSL color Cylindrical-coordinate representation of color #1819DD: hue angle of 239.7º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1819DD is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 25 221 -
CMYK 0.89 0.89 0 0.13
HSL 239.7º 0.8% 0.48% -
HSV(B) 239.7º 0.89% 0.87% -
XYZ 13.78 6.11 68.86 -
YUV 47.05 226.17 111.56 -
System Red Green Blue C M Y K H S L
Decimal 24 25 221 0.89 0.89 0 0.13 239.7 0.8 0.48
Hex 18 19 DD 59 59 0 D F0 50 30
Octal 30 31 335 131 131 0 15 360 120 60
Binary 11000 11001 11011101 1011001 1011001 0 1101 11110000 1010000 110000

Color Harmonies of #1819DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1819DD

Black with #1819DD

Text Example


Text Example

White with #1819DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,25,221); }

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

background-color css

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

 a { background-color: rgb(24,25,221); }

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

border-color css

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

 span { border-color: rgb(24,25,221); }

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