#468DE8

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

Shades of Cornflower Blue #468DE8

Tints of Cornflower Blue #468DE8

Color information

#468DE8 (or 0x468DE8) is unknown color: approx Cornflower Blue. HEX triplet: 46, 8D and E8. RGB value is (70,141,232). Sum of RGB (Red+Green+Blue) = 70+141+232=443 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.80% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #468DE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468DE8 is #B97217. Grayscale: #818181. Windows color (decimal): -12153368 or 15240518. OLE color: 15240518.

HSL color Cylindrical-coordinate representation of color #468DE8: hue angle of 213.7º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #468DE8 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB70141232-
CMYK0.700.3900.09
HSL213.7º77.88%59.22%-
HSV(B)213.7º69.83%90.98%-
XYZ26.6226.1879.99-
YUV130.15185.4885.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.80%
GREEN value IS 141 (55.47% from 255) = 31.83%
BLUE value IS 232 (91.02% from 255) = 52.37%
R=15.80%
G=31.83%
B=52.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal701412320.700.3900.09213.777.8859.22
Hex468DE8462709d64e3b
Octal1062153501064701132611673
Binary10001101000110111101000100011010011101001110101101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468DE8; }

 p { color: rgb(70,141,232); }

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

<style>
 a { background-color: #468DE8; }

 a { background-color: rgb(70,141,232); }

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

<style>
 span { border-color: #468DE8; }

 span { border-color: rgb(70,141,232); }

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