#1419fa

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

Shades of Blue #1419FA

Tints of Blue #1419FA

Color information

#1419FA (or 0x1419FA) is unknown color: approx Blue. HEX triplet: 14, 19 and FA. RGB value is (20,25,250). Sum of RGB (Red+Green+Blue) = 20+25+250=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 250 (98.05% from 255 or 84.75% from 295); Max value from RGB is 250 - color contains mainly: blue. Hex color #1419FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1419FA is #EBE605. Grayscale: #303030. Windows color (decimal): -15459846 or 16390420. OLE color: 16390420.

HSL color Cylindrical-coordinate representation of color #1419FA: hue angle of 238.7º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1419FA is Cyan = 0.92, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2025250-
CMYK0.920.900.02
HSL238.7º95.83%52.94%-
HSV(B)238.7º92%98.04%-
XYZ17.897.7590.99-
YUV49.16241.34107.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 25 (10.16% from 255) = 8.47%
BLUE value IS 250 (98.05% from 255) = 84.75%
R=6.78%
G=8.47%
B=84.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal20252500.920.900.02238.795.8352.94
Hex1419FA5C5A02ef6035
Octal24313721341320235714065
Binary10100110011111101010111001011010010111011111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1419fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1419fa; }

 p { color: rgb(20,25,250); }

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

<style>
 a { background-color: #1419fa; }

 a { background-color: rgb(20,25,250); }

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

<style>
 span { border-color: #1419fa; }

 span { border-color: rgb(20,25,250); }

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