#1C3DFF

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

Shades of Neon Blue #1C3DFF

Tints of Neon Blue #1C3DFF

Color information

#1C3DFF (or 0x1C3DFF) is unknown color: approx Neon Blue. HEX triplet: 1C, 3D and FF. RGB value is (28,61,255). Sum of RGB (Red+Green+Blue) = 28+61+255=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C3DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3DFF is #E3C200. Grayscale: #484848. Windows color (decimal): -14926337 or 16727324. OLE color: 16727324.

HSL color Cylindrical-coordinate representation of color #1C3DFF: hue angle of 231.28º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C3DFF is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB2861255-
CMYK0.890.7600
HSL231.28º100%55.49%-
HSV(B)231.28º89.02%100%-
XYZ20.210.895.63-
YUV73.25230.5795.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.14%
GREEN value IS 61 (24.22% from 255) = 17.73%
BLUE value IS 255 (100% from 255) = 74.13%
R=8.14%
G=17.73%
B=74.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal28612550.890.7600231.2810055.49
Hex1C3DFF594C00e76437
Octal34753771311140034714467
Binary11100111101111111111011001100110000111001111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,61,255); }

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

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

 a { background-color: rgb(28,61,255); }

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

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

 span { border-color: rgb(28,61,255); }

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