Html Css Color HEX #1409DF Medium Blue

📋 copy color: '#1409DF'

red 20 ◦ green 9 ◦ blue 223

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

Shades of Medium Blue #1409DF

Tints of Medium Blue #1409DF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

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

R = 7.94%
G = 3.57%
B = 88.49%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1409DF (or 0x1409DF) is known color: Medium Blue. HEX triplet: 14, 09 and DF. RGB value is (20,9,223). Sum of RGB (Red+Green+Blue) = 20+9+223=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 223 (87.5% from 255 or 88.49% from 252); Max value from RGB is 223 - color contains mainly: blue. Hex color #1409DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1409DF is #EBF620. Grayscale: #232323. Windows color (decimal): -15463969 or 14616852. OLE color: 14616852.

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

Color convert

RGB 20 9 223 -
CMYK 0.91 0.96 0 0.13
HSL 243.08º 0.92% 0.45% -
HSV(B) 243.08º 0.96% 0.87% -
XYZ 13.71 5.67 70.18 -
YUV 36.69 233.14 116.1 -
System Red Green Blue C M Y K H S L
Decimal 20 9 223 0.91 0.96 0 0.13 243.08 0.92 0.45
Hex 14 9 DF 5B 60 0 D F3 5C 2D
Octal 24 11 337 133 140 0 15 363 134 55
Binary 10100 1001 11011111 1011011 1100000 0 1101 11110011 1011100 101101

Color Harmonies of #1409DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1409DF

Black with #1409DF

Text Example


Text Example

White with #1409DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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