#468EF9

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

Shades of Cornflower Blue #468EF9

Tints of Cornflower Blue #468EF9

Color information

#468EF9 (or 0x468EF9) is unknown color: approx Cornflower Blue. HEX triplet: 46, 8E and F9. RGB value is (70,142,249). Sum of RGB (Red+Green+Blue) = 70+142+249=461 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.18% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #468EF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468EF9 is #B97106. Grayscale: #848484. Windows color (decimal): -12153095 or 16354886. OLE color: 16354886.

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

Color convert

RGB70142249-
CMYK0.720.4300.02
HSL215.87º93.72%62.55%-
HSV(B)215.87º71.89%97.65%-
XYZ29.327.4993.38-
YUV132.67193.6583.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.18%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 249 (97.66% from 255) = 54.01%
R=15.18%
G=30.80%
B=54.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal701422490.720.4300.02215.8793.7262.55
Hex468EF9482B02d85e3f
Octal106216371110530233013677
Binary100011010001110111110011001000101011010110110001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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