#1F44EF

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

Shades of Neon Blue #1F44EF

Tints of Neon Blue #1F44EF

Color information

#1F44EF (or 0x1F44EF) is unknown color: approx Neon Blue. HEX triplet: 1F, 44 and EF. RGB value is (31,68,239). Sum of RGB (Red+Green+Blue) = 31+68+239=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 239 (93.75% from 255 or 70.71% from 338); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F44EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F44EF is #E0BB10. Grayscale: #4B4B4B. Windows color (decimal): -14727953 or 15680543. OLE color: 15680543.

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

Color convert

RGB3168239-
CMYK0.870.7200.06
HSL229.33º86.67%52.94%-
HSV(B)229.33º87.03%93.73%-
XYZ18.2110.6682.76-
YUV76.43219.7495.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.17%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 239 (93.75% from 255) = 70.71%
R=9.17%
G=20.12%
B=70.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal31682390.870.7200.06229.3386.6752.94
Hex1F44EF574806e55735
Octal371043571271100634512765
Binary11111100010011101111101011110010000110111001011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F44EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,68,239); }

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

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

 a { background-color: rgb(31,68,239); }

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

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

 span { border-color: rgb(31,68,239); }

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