#64A3F8

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

Shades of Cornflower Blue #64A3F8

Tints of Cornflower Blue #64A3F8

Color information

#64A3F8 (or 0x64A3F8) is unknown color: approx Cornflower Blue. HEX triplet: 64, A3 and F8. RGB value is (100,163,248). Sum of RGB (Red+Green+Blue) = 100+163+248=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #64A3F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A3F8 is #9B5C07. Grayscale: #999999. Windows color (decimal): -10181640 or 16294756. OLE color: 16294756.

HSL color Cylindrical-coordinate representation of color #64A3F8: hue angle of 214.46º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64A3F8 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB100163248-
CMYK0.600.3400.03
HSL214.46º91.36%68.24%-
HSV(B)214.46º59.68%97.25%-
XYZ35.335.6893.83-
YUV153.85181.1389.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.57%
GREEN value IS 163 (64.06% from 255) = 31.90%
BLUE value IS 248 (97.27% from 255) = 48.53%
R=19.57%
G=31.90%
B=48.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1001632480.600.3400.03214.4691.3668.24
Hex64A3F83C2203d65b44
Octal144243370744203326133104
Binary110010010100011111110001111001000100111101011010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,163,248); }

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

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

 a { background-color: rgb(100,163,248); }

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

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

 span { border-color: rgb(100,163,248); }

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