#64A8FD

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

Shades of Cornflower Blue #64A8FD

Tints of Cornflower Blue #64A8FD

Color information

#64A8FD (or 0x64A8FD) is unknown color: approx Cornflower Blue. HEX triplet: 64, A8 and FD. RGB value is (100,168,253). Sum of RGB (Red+Green+Blue) = 100+168+253=521 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.19% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #64A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A8FD is #9B5702. Grayscale: #9C9C9C. Windows color (decimal): -10180355 or 16623716. OLE color: 16623716.

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

Color convert

RGB100168253-
CMYK0.600.3400.01
HSL213.33º97.45%69.22%-
HSV(B)213.33º60.47%99.22%-
XYZ36.9937.8198.28-
YUV157.36181.9787.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.19%
GREEN value IS 168 (66.02% from 255) = 32.25%
BLUE value IS 253 (99.22% from 255) = 48.56%
R=19.19%
G=32.25%
B=48.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1001682530.600.3400.01213.3397.4569.22
Hex64A8FD3C2201d56145
Octal144250375744201325141105
Binary11001001010100011111101111100100010011101010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,168,253); }

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

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

 a { background-color: rgb(100,168,253); }

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

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

 span { border-color: rgb(100,168,253); }

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