#1D17F3

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

Shades of Blue #1D17F3

Tints of Blue #1D17F3

Color information

#1D17F3 (or 0x1D17F3) is unknown color: approx Blue. HEX triplet: 1D, 17 and F3. RGB value is (29,23,243). Sum of RGB (Red+Green+Blue) = 29+23+243=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 243 (95.31% from 255 or 82.37% from 295); Max value from RGB is 243 - color contains mainly: blue. Hex color #1D17F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D17F3 is #E2E80C. Grayscale: #313131. Windows color (decimal): -14870541 or 15931165. OLE color: 15931165.

HSL color Cylindrical-coordinate representation of color #1D17F3: hue angle of 241.64º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D17F3 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2923243-
CMYK0.880.9100.05
HSL241.64º90.16%52.16%-
HSV(B)241.64º90.53%95.29%-
XYZ16.997.3585.32-
YUV49.87236.99113.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.83%
GREEN value IS 23 (9.38% from 255) = 7.80%
BLUE value IS 243 (95.31% from 255) = 82.37%
R=9.83%
G=7.80%
B=82.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal29232430.880.9100.05241.6490.1652.16
Hex1D17F3585B05f25a34
Octal35273631301330536213264
Binary111011011111110011101100010110110101111100101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D17F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D17F3; }

 p { color: rgb(29,23,243); }

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

<style>
 a { background-color: #1D17F3; }

 a { background-color: rgb(29,23,243); }

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

<style>
 span { border-color: #1D17F3; }

 span { border-color: rgb(29,23,243); }

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