Html Css Color HEX #1713CF Medium Blue

📋 copy color: '#1713CF'

red 23 ◦ green 19 ◦ blue 207

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

Shades of Medium Blue #1713CF

Tints of Medium Blue #1713CF

RGB

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

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

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

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

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1713CF (or 0x1713CF) is known color: Medium Blue. HEX triplet: 17, 13 and CF. RGB value is (23,19,207). Sum of RGB (Red+Green+Blue) = 23+19+207=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 19 (7.81% from 255 or 7.63% 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 #1713CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1713CF is #E8EC30. Grayscale: #282828. Windows color (decimal): -15264817 or 13570839. OLE color: 13570839.

HSL color Cylindrical-coordinate representation of color #1713CF: hue angle of 241.28º 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 #1713CF is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 23 19 207 -
CMYK 0.89 0.91 0 0.19
HSL 241.28º 0.83% 0.44% -
HSV(B) 241.28º 0.91% 0.81% -
XYZ 11.85 5.15 59.4 -
YUV 41.63 221.33 114.71 -
System Red Green Blue C M Y K H S L
Decimal 23 19 207 0.89 0.91 0 0.19 241.28 0.83 0.44
Hex 17 13 CF 59 5B 0 13 F1 53 2C
Octal 27 23 317 131 133 0 23 361 123 54
Binary 10111 10011 11001111 1011001 1011011 0 10011 11110001 1010011 101100

Color Harmonies of #1713CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1713CF

Black with #1713CF

Text Example


Text Example

White with #1713CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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