Html Css Color HEX #1821DF Medium Blue

📋 copy color: '#1821DF'

red 24 ◦ green 33 ◦ blue 223

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

Shades of Medium Blue #1821DF

Tints of Medium Blue #1821DF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.79%

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

R = 8.57%
G = 11.79%
B = 79.64%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1821DF (or 0x1821DF) is known color: Medium Blue. HEX triplet: 18, 21 and DF. RGB value is (24,33,223). Sum of RGB (Red+Green+Blue) = 24+33+223=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #1821DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1821DF is #E7DE20. Grayscale: #333333. Windows color (decimal): -15195681 or 14623000. OLE color: 14623000.

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

Color convert

RGB 24 33 223 -
CMYK 0.89 0.85 0 0.13
HSL 237.29º 0.81% 0.48% -
HSV(B) 237.29º 0.89% 0.87% -
XYZ 14.24 6.61 70.34 -
YUV 51.97 224.52 108.05 -
System Red Green Blue C M Y K H S L
Decimal 24 33 223 0.89 0.85 0 0.13 237.29 0.81 0.48
Hex 18 21 DF 59 55 0 D ED 51 30
Octal 30 41 337 131 125 0 15 355 121 60
Binary 11000 100001 11011111 1011001 1010101 0 1101 11101101 1010001 110000

Color Harmonies of #1821DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1821DF

Black with #1821DF

Text Example


Text Example

White with #1821DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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