#468BFD

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

Shades of Cornflower Blue #468BFD

Tints of Cornflower Blue #468BFD

Color information

#468BFD (or 0x468BFD) is unknown color: approx Cornflower Blue. HEX triplet: 46, 8B and FD. RGB value is (70,139,253). Sum of RGB (Red+Green+Blue) = 70+139+253=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #468BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468BFD is #B97402. Grayscale: #828282. Windows color (decimal): -12153859 or 16616262. OLE color: 16616262.

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

Color convert

RGB70139253-
CMYK0.720.4500.01
HSL217.38º97.86%63.33%-
HSV(B)217.38º72.33%99.22%-
XYZ29.4926.8696.56-
YUV131.36196.6484.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.15%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 253 (99.22% from 255) = 54.76%
R=15.15%
G=30.09%
B=54.76%

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
Decimal701392530.720.4500.01217.3897.8663.33
Hex468BFD482D01d9623f
Octal106213375110550133114277
Binary10001101000101111111101100100010110101110110011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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