#1D44F1

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

Shades of Neon Blue #1D44F1

Tints of Neon Blue #1D44F1

Color information

#1D44F1 (or 0x1D44F1) is unknown color: approx Neon Blue. HEX triplet: 1D, 44 and F1. RGB value is (29,68,241). Sum of RGB (Red+Green+Blue) = 29+68+241=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #1D44F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D44F1 is #E2BB0E. Grayscale: #4B4B4B. Windows color (decimal): -14859023 or 15811613. OLE color: 15811613.

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

Color convert

RGB2968241-
CMYK0.880.7200.05
HSL228.96º88.33%52.94%-
HSV(B)228.96º87.97%94.51%-
XYZ18.4510.7584.32-
YUV76.06221.0894.43-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.58%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 241 (94.53% from 255) = 71.30%
R=8.58%
G=20.12%
B=71.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal29682410.880.7200.05228.9688.3352.94
Hex1D44F1584805e55835
Octal351043611301100534513065
Binary11101100010011110001101100010010000101111001011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D44F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,68,241); }

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

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

 a { background-color: rgb(29,68,241); }

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

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

 span { border-color: rgb(29,68,241); }

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