#1430F9

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

Shades of Blue #1430F9

Tints of Blue #1430F9

Color information

#1430F9 (or 0x1430F9) is unknown color: approx Blue. HEX triplet: 14, 30 and F9. RGB value is (20,48,249). Sum of RGB (Red+Green+Blue) = 20+48+249=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 249 (97.66% from 255 or 78.55% from 317); Max value from RGB is 249 - color contains mainly: blue. Hex color #1430F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1430F9 is #EBCF06. Grayscale: #3D3D3D. Windows color (decimal): -15453959 or 16330772. OLE color: 16330772.

HSL color Cylindrical-coordinate representation of color #1430F9: hue angle of 232.66º degrees, saturation: 0.95, 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 #1430F9 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2048249-
CMYK0.920.8100.02
HSL232.66º95.02%52.75%-
HSV(B)232.66º91.97%97.65%-
XYZ18.449.190.41-
YUV62.54233.2297.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.31%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 249 (97.66% from 255) = 78.55%
R=6.31%
G=15.14%
B=78.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal20482490.920.8100.02232.6695.0252.75
Hex1430F95C5102e95f35
Octal24603711341210235113765
Binary101001100001111100110111001010001010111010011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1430F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1430F9; }

 p { color: rgb(20,48,249); }

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

<style>
 a { background-color: #1430F9; }

 a { background-color: rgb(20,48,249); }

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

<style>
 span { border-color: #1430F9; }

 span { border-color: rgb(20,48,249); }

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