#468AEA

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

Shades of Cornflower Blue #468AEA

Tints of Cornflower Blue #468AEA

Color information

#468AEA (or 0x468AEA) is unknown color: approx Cornflower Blue. HEX triplet: 46, 8A and EA. RGB value is (70,138,234). Sum of RGB (Red+Green+Blue) = 70+138+234=442 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.84% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #468AEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468AEA is #B97515. Grayscale: #808080. Windows color (decimal): -12154134 or 15370822. OLE color: 15370822.

HSL color Cylindrical-coordinate representation of color #468AEA: hue angle of 215.12º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #468AEA is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB70138234-
CMYK0.700.4100.08
HSL215.12º79.61%59.61%-
HSV(B)215.12º70.09%91.76%-
XYZ26.4725.4281.35-
YUV128.61187.4786.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.84%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 234 (91.80% from 255) = 52.94%
R=15.84%
G=31.22%
B=52.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal701382340.700.4100.08215.1279.6159.61
Hex468AEA462908d7503c
Octal1062123521065101032712074
Binary10001101000101011101010100011010100101000110101111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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