#1712FC

Color #1712FC Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #1712FC

Tints of Blue #1712FC

Color information

#1712FC (or 0x1712FC) is unknown color: approx Blue. HEX triplet: 17, 12 and FC. RGB value is (23,18,252). Sum of RGB (Red+Green+Blue) = 23+18+252=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 252 (98.83% from 255 or 86.01% from 293); Max value from RGB is 252 - color contains mainly: blue. Hex color #1712FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1712FC is #E8ED03. Grayscale: #2D2D2D. Windows color (decimal): -15265028 or 16519703. OLE color: 16519703.

HSL color Cylindrical-coordinate representation of color #1712FC: hue angle of 241.28º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1712FC is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2318252-
CMYK0.910.9300.01
HSL241.28º97.5%52.94%-
HSV(B)241.28º92.86%98.82%-
XYZ18.147.6492.61-
YUV46.17244.16111.47-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.85%
GREEN value IS 18 (7.42% from 255) = 6.14%
BLUE value IS 252 (98.83% from 255) = 86.01%
R=7.85%
G=6.14%
B=86.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal23182520.910.9300.01241.2897.552.94
Hex1712FC5B5D01f16235
Octal27223741331350136114265
Binary1011110010111111001011011101110101111100011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1712FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1712FC;
 }
 .AnyTagClassName
 {
   color: #1712FC;
 }
</style>
background-color css

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

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

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

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

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

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