Html Css Color HEX #1309DF Medium Blue

📋 copy color: '#1309DF'

red 19 ◦ green 9 ◦ blue 223

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

Shades of Medium Blue #1309DF

Tints of Medium Blue #1309DF

RGB

 RED value IS 19 (7.81% from 255) = 7.57%

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

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

R = 7.57%
G = 3.59%
B = 88.84%

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

#1309DF (or 0x1309DF) is known color: Medium Blue. HEX triplet: 13, 09 and DF. RGB value is (19,9,223). Sum of RGB (Red+Green+Blue) = 19+9+223=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 223 (87.5% from 255 or 88.84% from 251); Max value from RGB is 223 - color contains mainly: blue. Hex color #1309DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1309DF is #ECF620. Grayscale: #232323. Windows color (decimal): -15529505 or 14616851. OLE color: 14616851.

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

Color convert

RGB 19 9 223 -
CMYK 0.91 0.96 0 0.13
HSL 242.8º 0.92% 0.45% -
HSV(B) 242.8º 0.96% 0.87% -
XYZ 13.69 5.66 70.18 -
YUV 36.39 233.31 115.6 -
System Red Green Blue C M Y K H S L
Decimal 19 9 223 0.91 0.96 0 0.13 242.8 0.92 0.45
Hex 13 9 DF 5B 60 0 D F3 5C 2D
Octal 23 11 337 133 140 0 15 363 134 55
Binary 10011 1001 11011111 1011011 1100000 0 1101 11110011 1011100 101101

Color Harmonies of #1309DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1309DF

Black with #1309DF

Text Example


Text Example

White with #1309DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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