Html Css Color HEX #1819DF Medium Blue

📋 copy color: '#1819DF'

red 24 ◦ green 25 ◦ blue 223

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

Shades of Medium Blue #1819DF

Tints of Medium Blue #1819DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 81.99%

R = 8.82%
G = 9.19%
B = 81.99%

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

#1819DF (or 0x1819DF) is known color: Medium Blue. HEX triplet: 18, 19 and DF. RGB value is (24,25,223). Sum of RGB (Red+Green+Blue) = 24+25+223=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #1819DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1819DF is #E7E620. Grayscale: #2E2E2E. Windows color (decimal): -15197729 or 14620952. OLE color: 14620952.

HSL color Cylindrical-coordinate representation of color #1819DF: hue angle of 239.7º degrees, saturation: 0.81, 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 #1819DF is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 25 223 -
CMYK 0.89 0.89 0 0.13
HSL 239.7º 0.81% 0.48% -
HSV(B) 239.7º 0.89% 0.87% -
XYZ 14.04 6.22 70.27 -
YUV 47.27 227.17 111.4 -
System Red Green Blue C M Y K H S L
Decimal 24 25 223 0.89 0.89 0 0.13 239.7 0.81 0.48
Hex 18 19 DF 59 59 0 D F0 51 30
Octal 30 31 337 131 131 0 15 360 121 60
Binary 11000 11001 11011111 1011001 1011001 0 1101 11110000 1010001 110000

Color Harmonies of #1819DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1819DF

Black with #1819DF

Text Example


Text Example

White with #1819DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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