#468AFD

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

Shades of Cornflower Blue #468AFD

Tints of Cornflower Blue #468AFD

Color information

#468AFD (or 0x468AFD) is unknown color: approx Cornflower Blue. HEX triplet: 46, 8A and FD. RGB value is (70,138,253). Sum of RGB (Red+Green+Blue) = 70+138+253=461 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.18% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #468AFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468AFD is #B97502. Grayscale: #828282. Windows color (decimal): -12154115 or 16616006. OLE color: 16616006.

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

Color convert

RGB70138253-
CMYK0.720.4500.01
HSL217.7º97.86%63.33%-
HSV(B)217.7º72.33%99.22%-
XYZ29.3426.5796.51-
YUV130.78196.9784.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.18%
GREEN value IS 138 (54.30% from 255) = 29.93%
BLUE value IS 253 (99.22% from 255) = 54.88%
R=15.18%
G=29.93%
B=54.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal701382530.720.4500.01217.797.8663.33
Hex468AFD482D01da623f
Octal106212375110550133214277
Binary10001101000101011111101100100010110101110110101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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