#468EF3

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

Shades of Cornflower Blue #468EF3

Tints of Cornflower Blue #468EF3

Color information

#468EF3 (or 0x468EF3) is unknown color: approx Cornflower Blue. HEX triplet: 46, 8E and F3. RGB value is (70,142,243). Sum of RGB (Red+Green+Blue) = 70+142+243=455 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.38% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #468EF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468EF3 is #B9710C. Grayscale: #838383. Windows color (decimal): -12153101 or 15961670. OLE color: 15961670.

HSL color Cylindrical-coordinate representation of color #468EF3: hue angle of 215.03º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #468EF3 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB70142243-
CMYK0.710.4200.05
HSL215.03º87.82%61.37%-
HSV(B)215.03º71.19%95.29%-
XYZ28.3827.1288.53-
YUV131.99190.6583.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.38%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 243 (95.31% from 255) = 53.41%
R=15.38%
G=31.21%
B=53.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal701422430.710.4200.05215.0387.8261.37
Hex468EF3472A05d7583d
Octal106216363107520532713075
Binary1000110100011101111001110001111010100101110101111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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