Html Css Color HEX #2114DF Medium Blue

📋 copy color: '#2114DF'

red 33 ◦ green 20 ◦ blue 223

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

Shades of Medium Blue #2114DF

Tints of Medium Blue #2114DF

RGB

 RED value IS 33 (13.28% from 255) = 11.96%

 GREEN value IS 20 (8.2% from 255) = 7.25%

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

R = 11.96%
G = 7.25%
B = 80.8%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2114DF (or 0x2114DF) is known color: Medium Blue. HEX triplet: 21, 14 and DF. RGB value is (33,20,223). Sum of RGB (Red+Green+Blue) = 33+20+223=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #2114DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2114DF is #DEEB20. Grayscale: #2E2E2E. Windows color (decimal): -14609185 or 14619681. OLE color: 14619681.

HSL color Cylindrical-coordinate representation of color #2114DF: hue angle of 243.84º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2114DF is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 20 223 -
CMYK 0.85 0.91 0 0.13
HSL 243.84º 0.84% 0.48% -
HSV(B) 243.84º 0.91% 0.87% -
XYZ 14.2 6.15 70.25 -
YUV 47.03 227.31 117.99 -
System Red Green Blue C M Y K H S L
Decimal 33 20 223 0.85 0.91 0 0.13 243.84 0.84 0.48
Hex 21 14 DF 55 5B 0 D F4 54 30
Octal 41 24 337 125 133 0 15 364 124 60
Binary 100001 10100 11011111 1010101 1011011 0 1101 11110100 1010100 110000

Color Harmonies of #2114DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2114DF

Black with #2114DF

Text Example


Text Example

White with #2114DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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