#1B3FF7

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

Shades of Neon Blue #1B3FF7

Tints of Neon Blue #1B3FF7

Color information

#1B3FF7 (or 0x1B3FF7) is unknown color: approx Neon Blue. HEX triplet: 1B, 3F and F7. RGB value is (27,63,247). Sum of RGB (Red+Green+Blue) = 27+63+247=337 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.01% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 247 (96.88% from 255 or 73.29% from 337); Max value from RGB is 247 - color contains mainly: blue. Hex color #1B3FF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B3FF7 is #E4C008. Grayscale: #484848. Windows color (decimal): -14991369 or 16203547. OLE color: 16203547.

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

Color convert

RGB2763247-
CMYK0.890.7400.03
HSL230.18º93.22%53.73%-
HSV(B)230.18º89.07%96.86%-
XYZ19.0210.589.02-
YUV73.21226.0795.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.01%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 247 (96.88% from 255) = 73.29%
R=8.01%
G=18.69%
B=73.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal27632470.890.7400.03230.1893.2253.73
Hex1B3FF7594A03e65d36
Octal33773671311120334613566
Binary110111111111111011110110011001010011111001101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,63,247); }

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

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

 a { background-color: rgb(27,63,247); }

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

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

 span { border-color: rgb(27,63,247); }

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