#428AF9

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

Shades of Cornflower Blue #428AF9

Tints of Cornflower Blue #428AF9

Color information

#428AF9 (or 0x428AF9) is unknown color: approx Cornflower Blue. HEX triplet: 42, 8A and F9. RGB value is (66,138,249). Sum of RGB (Red+Green+Blue) = 66+138+249=453 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.57% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 249 (97.66% from 255 or 54.97% from 453); Max value from RGB is 249 - color contains mainly: blue. Hex color #428AF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428AF9 is #BD7506. Grayscale: #808080. Windows color (decimal): -12416263 or 16353858. OLE color: 16353858.

HSL color Cylindrical-coordinate representation of color #428AF9: hue angle of 216.39º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #428AF9 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB66138249-
CMYK0.730.4500.02
HSL216.39º93.85%61.76%-
HSV(B)216.39º73.49%97.65%-
XYZ28.4326.1793.18-
YUV129.13195.6582.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.57%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 249 (97.66% from 255) = 54.97%
R=14.57%
G=30.46%
B=54.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal661382490.730.4500.02216.3993.8561.76
Hex428AF9492D02d85e3e
Octal102212371111550233013676
Binary100001010001010111110011001001101101010110110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,138,249); }

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

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

 a { background-color: rgb(66,138,249); }

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

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

 span { border-color: rgb(66,138,249); }

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