#468FF9

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

Shades of Cornflower Blue #468FF9

Tints of Cornflower Blue #468FF9

Color information

#468FF9 (or 0x468FF9) is unknown color: approx Cornflower Blue. HEX triplet: 46, 8F and F9. RGB value is (70,143,249). Sum of RGB (Red+Green+Blue) = 70+143+249=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #468FF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468FF9 is #B97006. Grayscale: #848484. Windows color (decimal): -12152839 or 16355142. OLE color: 16355142.

HSL color Cylindrical-coordinate representation of color #468FF9: hue angle of 215.53º 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 #468FF9 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70143249-
CMYK0.720.4300.02
HSL215.53º93.72%62.55%-
HSV(B)215.53º71.89%97.65%-
XYZ29.4527.7993.43-
YUV133.26193.3282.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.15%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 249 (97.66% from 255) = 53.90%
R=15.15%
G=30.95%
B=53.90%

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
Decimal701432490.720.4300.02215.5393.7262.55
Hex468FF9482B02d85e3f
Octal106217371110530233013677
Binary100011010001111111110011001000101011010110110001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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