#1428FF

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

Shades of Blue #1428FF

Tints of Blue #1428FF

Color information

#1428FF (or 0x1428FF) is unknown color: approx Blue. HEX triplet: 14, 28 and FF. RGB value is (20,40,255). Sum of RGB (Red+Green+Blue) = 20+40+255=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #1428FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1428FF is #EBD700. Grayscale: #393939. Windows color (decimal): -15456001 or 16721940. OLE color: 16721940.

HSL color Cylindrical-coordinate representation of color #1428FF: hue angle of 234.89º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1428FF is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB2040255-
CMYK0.920.8400
HSL234.89º100%53.92%-
HSV(B)234.89º92.16%100%-
XYZ19.18.8995.32-
YUV58.53238.87100.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.35%
GREEN value IS 40 (16.02% from 255) = 12.70%
BLUE value IS 255 (100% from 255) = 80.95%
R=6.35%
G=12.70%
B=80.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal20402550.920.8400234.8910053.92
Hex1428FF5C5400eb6436
Octal24503771341240035314466
Binary10100101000111111111011100101010000111010111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1428FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1428FF; }

 p { color: rgb(20,40,255); }

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

<style>
 a { background-color: #1428FF; }

 a { background-color: rgb(20,40,255); }

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

<style>
 span { border-color: #1428FF; }

 span { border-color: rgb(20,40,255); }

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