#468EFD

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

Shades of Cornflower Blue #468EFD

Tints of Cornflower Blue #468EFD

Color information

#468EFD (or 0x468EFD) is unknown color: approx Cornflower Blue. HEX triplet: 46, 8E and FD. RGB value is (70,142,253). Sum of RGB (Red+Green+Blue) = 70+142+253=465 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.05% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #468EFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468EFD is #B97102. Grayscale: #848484. Windows color (decimal): -12153091 or 16617030. OLE color: 16617030.

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

Color convert

RGB70142253-
CMYK0.720.4400.01
HSL216.39º97.86%63.33%-
HSV(B)216.39º72.33%99.22%-
XYZ29.9327.7496.71-
YUV133.13195.6582.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.05%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 253 (99.22% from 255) = 54.41%
R=15.05%
G=30.54%
B=54.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal701422530.720.4400.01216.3997.8663.33
Hex468EFD482C01d8623f
Octal106216375110540133014277
Binary10001101000111011111101100100010110001110110001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,142,253); }

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

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

 a { background-color: rgb(70,142,253); }

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

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

 span { border-color: rgb(70,142,253); }

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