#458DE4

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

Shades of Cornflower Blue #458DE4

Tints of Cornflower Blue #458DE4

Color information

#458DE4 (or 0x458DE4) is unknown color: approx Cornflower Blue. HEX triplet: 45, 8D and E4. RGB value is (69,141,228). Sum of RGB (Red+Green+Blue) = 69+141+228=438 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.75% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 228 (89.45% from 255 or 52.05% from 438); Max value from RGB is 228 - color contains mainly: blue. Hex color #458DE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458DE4 is #BA721B. Grayscale: #808080. Windows color (decimal): -12218908 or 14978373. OLE color: 14978373.

HSL color Cylindrical-coordinate representation of color #458DE4: hue angle of 212.83º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #458DE4 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB69141228-
CMYK0.700.3800.11
HSL212.83º74.65%58.24%-
HSV(B)212.83º69.74%89.41%-
XYZ25.9825.9277.03-
YUV129.39183.6584.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.75%
GREEN value IS 141 (55.47% from 255) = 32.19%
BLUE value IS 228 (89.45% from 255) = 52.05%
R=15.75%
G=32.19%
B=52.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal691412280.700.3800.11212.8374.6558.24
Hex458DE446260Bd54b3a
Octal1052153441064601332511372
Binary10001011000110111100100100011010011001011110101011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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