Html Css Color HEX #2018DF Medium Blue

📋 copy color: '#2018DF'

red 32 ◦ green 24 ◦ blue 223

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

Shades of Medium Blue #2018DF

Tints of Medium Blue #2018DF

RGB

 RED value IS 32 (12.89% from 255) = 11.47%

 GREEN value IS 24 (9.77% from 255) = 8.6%

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

R = 11.47%
G = 8.6%
B = 79.93%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2018DF (or 0x2018DF) is known color: Medium Blue. HEX triplet: 20, 18 and DF. RGB value is (32,24,223). Sum of RGB (Red+Green+Blue) = 32+24+223=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 223 (87.5% from 255 or 79.93% from 279); Max value from RGB is 223 - color contains mainly: blue. Hex color #2018DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018DF is #DFE720. Grayscale: #303030. Windows color (decimal): -14673697 or 14620704. OLE color: 14620704.

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

Color convert

RGB 32 24 223 -
CMYK 0.86 0.89 0 0.13
HSL 242.41º 0.81% 0.48% -
HSV(B) 242.41º 0.89% 0.87% -
XYZ 14.24 6.29 70.28 -
YUV 49.08 226.15 115.82 -
System Red Green Blue C M Y K H S L
Decimal 32 24 223 0.86 0.89 0 0.13 242.41 0.81 0.48
Hex 20 18 DF 56 59 0 D F2 51 30
Octal 40 30 337 126 131 0 15 362 121 60
Binary 100000 11000 11011111 1010110 1011001 0 1101 11110010 1010001 110000

Color Harmonies of #2018DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2018DF

Black with #2018DF

Text Example


Text Example

White with #2018DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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