Html Css Color HEX #1800DF Medium Blue

📋 copy color: '#1800DF'

red 24 ◦ green 0 ◦ blue 223

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

Shades of Medium Blue #1800DF

Tints of Medium Blue #1800DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 9.72%
G = 0%
B = 90.28%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1800DF (or 0x1800DF) is known color: Medium Blue. HEX triplet: 18, 00 and DF. RGB value is (24,0,223). Sum of RGB (Red+Green+Blue) = 24+0+223=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 223 (87.5% from 255 or 90.28% from 247); Max value from RGB is 223 - color contains mainly: blue. Hex color #1800DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1800DF is #E7FF20. Grayscale: #1F1F1F. Windows color (decimal): -15204129 or 14614552. OLE color: 14614552.

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

Color convert

RGB 24 0 223 -
CMYK 0.89 1 0 0.13
HSL 246.46º 1% 0.44% -
HSV(B) 246.46º 1% 0.87% -
XYZ 13.7 5.52 70.16 -
YUV 32.6 235.45 121.87 -
System Red Green Blue C M Y K H S L
Decimal 24 0 223 0.89 1 0 0.13 246.46 1 0.44
Hex 18 0 DF 59 64 0 D F6 64 2C
Octal 30 0 337 131 144 0 15 366 144 54
Binary 11000 0 11011111 1011001 1100100 0 1101 11110110 1100100 101100

Color Harmonies of #1800DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1800DF

Black with #1800DF

Text Example


Text Example

White with #1800DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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