#458BFD

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

Shades of Cornflower Blue #458BFD

Tints of Cornflower Blue #458BFD

Color information

#458BFD (or 0x458BFD) is unknown color: approx Cornflower Blue. HEX triplet: 45, 8B and FD. RGB value is (69,139,253). Sum of RGB (Red+Green+Blue) = 69+139+253=461 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.97% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #458BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458BFD is #BA7402. Grayscale: #828282. Windows color (decimal): -12219395 or 16616261. OLE color: 16616261.

HSL color Cylindrical-coordinate representation of color #458BFD: hue angle of 217.17º 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 #458BFD is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB69139253-
CMYK0.730.4500.01
HSL217.17º97.87%63.14%-
HSV(B)217.17º72.73%99.22%-
XYZ29.4226.8296.56-
YUV131.07196.8183.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.97%
GREEN value IS 139 (54.69% from 255) = 30.15%
BLUE value IS 253 (99.22% from 255) = 54.88%
R=14.97%
G=30.15%
B=54.88%

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
Decimal691392530.730.4500.01217.1797.8763.14
Hex458BFD492D01d9623f
Octal105213375111550133114277
Binary10001011000101111111101100100110110101110110011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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