#428DF5

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

Shades of Cornflower Blue #428DF5

Tints of Cornflower Blue #428DF5

Color information

#428DF5 (or 0x428DF5) is unknown color: approx Cornflower Blue. HEX triplet: 42, 8D and F5. RGB value is (66,141,245). Sum of RGB (Red+Green+Blue) = 66+141+245=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 245 (96.09% from 255 or 54.20% from 452); Max value from RGB is 245 - color contains mainly: blue. Hex color #428DF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428DF5 is #BD720A. Grayscale: #818181. Windows color (decimal): -12415499 or 16092482. OLE color: 16092482.

HSL color Cylindrical-coordinate representation of color #428DF5: hue angle of 214.86º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #428DF5 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB66141245-
CMYK0.730.4200.04
HSL214.86º89.95%60.98%-
HSV(B)214.86º73.06%96.08%-
XYZ28.2526.890.07-
YUV130.43192.6582.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.60%
GREEN value IS 141 (55.47% from 255) = 31.19%
BLUE value IS 245 (96.09% from 255) = 54.20%
R=14.60%
G=31.19%
B=54.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal661412450.730.4200.04214.8689.9560.98
Hex428DF5492A04d75a3d
Octal102215365111520432713275
Binary1000010100011011111010110010011010100100110101111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428DF5; }

 p { color: rgb(66,141,245); }

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

<style>
 a { background-color: #428DF5; }

 a { background-color: rgb(66,141,245); }

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

<style>
 span { border-color: #428DF5; }

 span { border-color: rgb(66,141,245); }

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