Html Css Color HEX #2419DD Medium Blue

📋 copy color: '#2419DD'

red 36 ◦ green 25 ◦ blue 221

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

Shades of Medium Blue #2419DD

Tints of Medium Blue #2419DD

RGB

 RED value IS 36 (14.45% from 255) = 12.77%

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

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

R = 12.77%
G = 8.87%
B = 78.37%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2419DD (or 0x2419DD) is known color: Medium Blue. HEX triplet: 24, 19 and DD. RGB value is (36,25,221). Sum of RGB (Red+Green+Blue) = 36+25+221=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #2419DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2419DD is #DBE622. Grayscale: #313131. Windows color (decimal): -14411299 or 14489892. OLE color: 14489892.

HSL color Cylindrical-coordinate representation of color #2419DD: hue angle of 243.37º 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 #2419DD is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 25 221 -
CMYK 0.84 0.89 0 0.13
HSL 243.37º 0.8% 0.48% -
HSV(B) 243.37º 0.89% 0.87% -
XYZ 14.13 6.29 68.88 -
YUV 50.63 224.14 117.56 -
System Red Green Blue C M Y K H S L
Decimal 36 25 221 0.84 0.89 0 0.13 243.37 0.8 0.48
Hex 24 19 DD 54 59 0 D F3 50 30
Octal 44 31 335 124 131 0 15 363 120 60
Binary 100100 11001 11011101 1010100 1011001 0 1101 11110011 1010000 110000

Color Harmonies of #2419DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2419DD

Black with #2419DD

Text Example


Text Example

White with #2419DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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