Html Css Color HEX #1421DF Medium Blue

📋 copy color: '#1421DF'

red 20 ◦ green 33 ◦ blue 223

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

Shades of Medium Blue #1421DF

Tints of Medium Blue #1421DF

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1421DF (or 0x1421DF) is known color: Medium Blue. HEX triplet: 14, 21 and DF. RGB value is (20,33,223). Sum of RGB (Red+Green+Blue) = 20+33+223=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 33 (13.28% from 255 or 11.96% 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 #1421DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1421DF is #EBDE20. Grayscale: #323232. Windows color (decimal): -15457825 or 14622996. OLE color: 14622996.

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

Color convert

RGB 20 33 223 -
CMYK 0.91 0.85 0 0.13
HSL 236.16º 0.84% 0.48% -
HSV(B) 236.16º 0.91% 0.87% -
XYZ 14.15 6.56 70.33 -
YUV 50.77 225.19 106.05 -
System Red Green Blue C M Y K H S L
Decimal 20 33 223 0.91 0.85 0 0.13 236.16 0.84 0.48
Hex 14 21 DF 5B 55 0 D EC 54 30
Octal 24 41 337 133 125 0 15 354 124 60
Binary 10100 100001 11011111 1011011 1010101 0 1101 11101100 1010100 110000

Color Harmonies of #1421DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1421DF

Black with #1421DF

Text Example


Text Example

White with #1421DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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