Html Css Color HEX #1317CF Medium Blue

📋 copy color: '#1317CF'

red 19 ◦ green 23 ◦ blue 207

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

Shades of Medium Blue #1317CF

Tints of Medium Blue #1317CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 83.13%

R = 7.63%
G = 9.24%
B = 83.13%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1317CF (or 0x1317CF) is known color: Medium Blue. HEX triplet: 13, 17 and CF. RGB value is (19,23,207). Sum of RGB (Red+Green+Blue) = 19+23+207=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 207 (81.25% from 255 or 83.13% from 249); Max value from RGB is 207 - color contains mainly: blue. Hex color #1317CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1317CF is #ECE830. Grayscale: #2A2A2A. Windows color (decimal): -15525937 or 13571859. OLE color: 13571859.

HSL color Cylindrical-coordinate representation of color #1317CF: hue angle of 238.72º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1317CF is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 23 207 -
CMYK 0.91 0.89 0 0.19
HSL 238.72º 0.83% 0.44% -
HSV(B) 238.72º 0.91% 0.81% -
XYZ 11.84 5.26 59.42 -
YUV 42.78 220.67 111.04 -
System Red Green Blue C M Y K H S L
Decimal 19 23 207 0.91 0.89 0 0.19 238.72 0.83 0.44
Hex 13 17 CF 5B 59 0 13 EF 53 2C
Octal 23 27 317 133 131 0 23 357 123 54
Binary 10011 10111 11001111 1011011 1011001 0 10011 11101111 1010011 101100

Color Harmonies of #1317CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1317CF

Black with #1317CF

Text Example


Text Example

White with #1317CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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