#1439FD

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

Shades of Blue #1439FD

Tints of Blue #1439FD

Color information

#1439FD (or 0x1439FD) is unknown color: approx Blue. HEX triplet: 14, 39 and FD. RGB value is (20,57,253). Sum of RGB (Red+Green+Blue) = 20+57+253=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #1439FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1439FD is #EBC602. Grayscale: #434343. Windows color (decimal): -15451651 or 16595220. OLE color: 16595220.

HSL color Cylindrical-coordinate representation of color #1439FD: hue angle of 230.47º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1439FD is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2057253-
CMYK0.920.7700.01
HSL230.47º98.31%53.53%-
HSV(B)230.47º92.09%99.22%-
XYZ19.4810.1793.86-
YUV68.28232.2493.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.06%
GREEN value IS 57 (22.66% from 255) = 17.27%
BLUE value IS 253 (99.22% from 255) = 76.67%
R=6.06%
G=17.27%
B=76.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal20572530.920.7700.01230.4798.3153.53
Hex1439FD5C4D01e66236
Octal24713751341150134614266
Binary10100111001111111011011100100110101111001101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1439FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1439FD; }

 p { color: rgb(20,57,253); }

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

<style>
 a { background-color: #1439FD; }

 a { background-color: rgb(20,57,253); }

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

<style>
 span { border-color: #1439FD; }

 span { border-color: rgb(20,57,253); }

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