Html Css Color HEX #2419DA Medium Blue

📋 copy color: '#2419DA'

red 36 ◦ green 25 ◦ blue 218

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

Shades of Medium Blue #2419DA

Tints of Medium Blue #2419DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 78.14%

R = 12.9%
G = 8.96%
B = 78.14%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2419DA (or 0x2419DA) is known color: Medium Blue. HEX triplet: 24, 19 and DA. RGB value is (36,25,218). Sum of RGB (Red+Green+Blue) = 36+25+218=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #2419DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2419DA is #DBE625. Grayscale: #313131. Windows color (decimal): -14411302 or 14293284. OLE color: 14293284.

HSL color Cylindrical-coordinate representation of color #2419DA: hue angle of 243.42º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2419DA is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 25 218 -
CMYK 0.83 0.89 0 0.15
HSL 243.42º 0.79% 0.48% -
HSV(B) 243.42º 0.89% 0.85% -
XYZ 13.73 6.13 66.79 -
YUV 50.29 222.64 117.81 -
System Red Green Blue C M Y K H S L
Decimal 36 25 218 0.83 0.89 0 0.15 243.42 0.79 0.48
Hex 24 19 DA 53 59 0 F F3 4F 30
Octal 44 31 332 123 131 0 17 363 117 60
Binary 100100 11001 11011010 1010011 1011001 0 1111 11110011 1001111 110000

Color Harmonies of #2419DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2419DA

Black with #2419DA

Text Example


Text Example

White with #2419DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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