#458DFF

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

Shades of Cornflower Blue #458DFF

Tints of Cornflower Blue #458DFF

Color information

#458DFF (or 0x458DFF) is unknown color: approx Cornflower Blue. HEX triplet: 45, 8D and FF. RGB value is (69,141,255). Sum of RGB (Red+Green+Blue) = 69+141+255=465 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.84% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #458DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458DFF is #BA7200. Grayscale: #838383. Windows color (decimal): -12218881 or 16747845. OLE color: 16747845.

HSL color Cylindrical-coordinate representation of color #458DFF: hue angle of 216.77º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #458DFF is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB69141255-
CMYK0.730.4500
HSL216.77º100%63.53%-
HSV(B)216.77º72.94%100%-
XYZ30.0327.5398.34-
YUV132.47197.1582.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.84%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 255 (100% from 255) = 54.84%
R=14.84%
G=30.32%
B=54.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal691412550.730.4500216.7710063.53
Hex458DFF492D00d96440
Octal1052153771115500331144100
Binary100010110001101111111111001001101101001101100111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458DFF; }

 p { color: rgb(69,141,255); }

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

<style>
 a { background-color: #458DFF; }

 a { background-color: rgb(69,141,255); }

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

<style>
 span { border-color: #458DFF; }

 span { border-color: rgb(69,141,255); }

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