Html Css Color HEX #1317DF Medium Blue

📋 copy color: '#1317DF'

red 19 ◦ green 23 ◦ blue 223

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

Shades of Medium Blue #1317DF

Tints of Medium Blue #1317DF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.68%

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

R = 7.17%
G = 8.68%
B = 84.15%

CMYK

 C value IS 0.91

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1317DF (or 0x1317DF) is known color: Medium Blue. HEX triplet: 13, 17 and DF. RGB value is (19,23,223). Sum of RGB (Red+Green+Blue) = 19+23+223=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 223 (87.5% from 255 or 84.15% from 265); Max value from RGB is 223 - color contains mainly: blue. Hex color #1317DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1317DF is #ECE820. Grayscale: #2B2B2B. Windows color (decimal): -15525921 or 14620435. OLE color: 14620435.

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

Color convert

RGB 19 23 223 -
CMYK 0.91 0.90 0 0.13
HSL 238.82º 0.84% 0.47% -
HSV(B) 238.82º 0.91% 0.87% -
XYZ 13.89 6.08 70.25 -
YUV 44.6 228.67 109.74 -
System Red Green Blue C M Y K H S L
Decimal 19 23 223 0.91 0.90 0 0.13 238.82 0.84 0.47
Hex 13 17 DF 5B 5A 0 D EF 54 2F
Octal 23 27 337 133 132 0 15 357 124 57
Binary 10011 10111 11011111 1011011 1011010 0 1101 11101111 1010100 101111

Color Harmonies of #1317DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1317DF

Black with #1317DF

Text Example


Text Example

White with #1317DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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