#1D37F8

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

Shades of Neon Blue #1D37F8

Tints of Neon Blue #1D37F8

Color information

#1D37F8 (or 0x1D37F8) is unknown color: approx Neon Blue. HEX triplet: 1D, 37 and F8. RGB value is (29,55,248). Sum of RGB (Red+Green+Blue) = 29+55+248=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 248 (97.27% from 255 or 74.70% from 332); Max value from RGB is 248 - color contains mainly: blue. Hex color #1D37F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D37F8 is #E2C807. Grayscale: #444444. Windows color (decimal): -14862344 or 16267037. OLE color: 16267037.

HSL color Cylindrical-coordinate representation of color #1D37F8: hue angle of 232.88º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D37F8 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2955248-
CMYK0.880.7800.03
HSL232.88º93.99%54.31%-
HSV(B)232.88º88.31%97.25%-
XYZ18.829.7789.7-
YUV69.23228.8999.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.73%
GREEN value IS 55 (21.88% from 255) = 16.57%
BLUE value IS 248 (97.27% from 255) = 74.70%
R=8.73%
G=16.57%
B=74.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal29552480.880.7800.03232.8893.9954.31
Hex1D37F8584E03e95e36
Octal35673701301160335113666
Binary111011101111111100010110001001110011111010011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D37F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,55,248); }

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

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

 a { background-color: rgb(29,55,248); }

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

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

 span { border-color: rgb(29,55,248); }

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