#64A5E9

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

Shades of Cornflower Blue #64A5E9

Tints of Cornflower Blue #64A5E9

Color information

#64A5E9 (or 0x64A5E9) is unknown color: approx Cornflower Blue. HEX triplet: 64, A5 and E9. RGB value is (100,165,233). Sum of RGB (Red+Green+Blue) = 100+165+233=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 233 - color contains mainly: blue. Hex color #64A5E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A5E9 is #9B5A16. Grayscale: #989898. Windows color (decimal): -10181143 or 15312228. OLE color: 15312228.

HSL color Cylindrical-coordinate representation of color #64A5E9: hue angle of 210.68º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64A5E9 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB100165233-
CMYK0.570.2900.09
HSL210.68º75.14%65.29%-
HSV(B)210.68º57.08%91.37%-
XYZ33.4235.582.18-
YUV153.32172.9789.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.08%
GREEN value IS 165 (64.84% from 255) = 33.13%
BLUE value IS 233 (91.41% from 255) = 46.79%
R=20.08%
G=33.13%
B=46.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1001652330.570.2900.09210.6875.1465.29
Hex64A5E9391D09d34b41
Octal1442453517135011323113101
Binary1100100101001011110100111100111101010011101001110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A5E9; }

 p { color: rgb(100,165,233); }

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

<style>
 a { background-color: #64A5E9; }

 a { background-color: rgb(100,165,233); }

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

<style>
 span { border-color: #64A5E9; }

 span { border-color: rgb(100,165,233); }

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