Html Css Color HEX #1909DD Medium Blue

📋 copy color: '#1909DD'

red 25 ◦ green 9 ◦ blue 221

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

Shades of Medium Blue #1909DD

Tints of Medium Blue #1909DD

RGB

 RED value IS 25 (10.16% from 255) = 9.8%

 GREEN value IS 9 (3.91% from 255) = 3.53%

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

R = 9.8%
G = 3.53%
B = 86.67%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1909DD (or 0x1909DD) is known color: Medium Blue. HEX triplet: 19, 09 and DD. RGB value is (25,9,221). Sum of RGB (Red+Green+Blue) = 25+9+221=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 221 (86.72% from 255 or 86.67% from 255); Max value from RGB is 221 - color contains mainly: blue. Hex color #1909DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1909DD is #E6F622. Grayscale: #252525. Windows color (decimal): -15136291 or 14485785. OLE color: 14485785.

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

Color convert

RGB 25 9 221 -
CMYK 0.89 0.96 0 0.13
HSL 244.53º 0.92% 0.45% -
HSV(B) 244.53º 0.96% 0.87% -
XYZ 13.55 5.62 68.78 -
YUV 37.95 231.3 118.76 -
System Red Green Blue C M Y K H S L
Decimal 25 9 221 0.89 0.96 0 0.13 244.53 0.92 0.45
Hex 19 9 DD 59 60 0 D F5 5C 2D
Octal 31 11 335 131 140 0 15 365 134 55
Binary 11001 1001 11011101 1011001 1100000 0 1101 11110101 1011100 101101

Color Harmonies of #1909DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1909DD

Black with #1909DD

Text Example


Text Example

White with #1909DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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