Html Css Color HEX #1712CF Medium Blue

📋 copy color: '#1712CF'

red 23 ◦ green 18 ◦ blue 207

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

Shades of Medium Blue #1712CF

Tints of Medium Blue #1712CF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

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

R = 9.27%
G = 7.26%
B = 83.47%

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

#1712CF (or 0x1712CF) is known color: Medium Blue. HEX triplet: 17, 12 and CF. RGB value is (23,18,207). Sum of RGB (Red+Green+Blue) = 23+18+207=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 207 (81.25% from 255 or 83.47% from 248); Max value from RGB is 207 - color contains mainly: blue. Hex color #1712CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1712CF is #E8ED30. Grayscale: #282828. Windows color (decimal): -15265073 or 13570583. OLE color: 13570583.

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

Color convert

RGB 23 18 207 -
CMYK 0.89 0.91 0 0.19
HSL 241.59º 0.84% 0.44% -
HSV(B) 241.59º 0.91% 0.81% -
XYZ 11.83 5.12 59.4 -
YUV 41.04 221.66 115.13 -
System Red Green Blue C M Y K H S L
Decimal 23 18 207 0.89 0.91 0 0.19 241.59 0.84 0.44
Hex 17 12 CF 59 5B 0 13 F2 54 2C
Octal 27 22 317 131 133 0 23 362 124 54
Binary 10111 10010 11001111 1011001 1011011 0 10011 11110010 1010100 101100

Color Harmonies of #1712CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1712CF

Black with #1712CF

Text Example


Text Example

White with #1712CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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