#458AFD

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

Shades of Cornflower Blue #458AFD

Tints of Cornflower Blue #458AFD

Color information

#458AFD (or 0x458AFD) is unknown color: approx Cornflower Blue. HEX triplet: 45, 8A and FD. RGB value is (69,138,253). Sum of RGB (Red+Green+Blue) = 69+138+253=460 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #458AFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458AFD is #BA7502. Grayscale: #818181. Windows color (decimal): -12219651 or 16616005. OLE color: 16616005.

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

Color convert

RGB69138253-
CMYK0.730.4500.01
HSL217.5º97.87%63.14%-
HSV(B)217.5º72.73%99.22%-
XYZ29.2726.5396.51-
YUV130.48197.1484.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 253 (99.22% from 255) = 55%
R=15%
G=30%
B=55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal691382530.730.4500.01217.597.8763.14
Hex458AFD492D01da623f
Octal105212375111550133214277
Binary10001011000101011111101100100110110101110110101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,138,253); }

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

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

 a { background-color: rgb(69,138,253); }

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

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

 span { border-color: rgb(69,138,253); }

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