#64A2FD

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

Shades of Cornflower Blue #64A2FD

Tints of Cornflower Blue #64A2FD

Color information

#64A2FD (or 0x64A2FD) is unknown color: approx Cornflower Blue. HEX triplet: 64, A2 and FD. RGB value is (100,162,253). Sum of RGB (Red+Green+Blue) = 100+162+253=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #64A2FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A2FD is #9B5D02. Grayscale: #999999. Windows color (decimal): -10181891 or 16622180. OLE color: 16622180.

HSL color Cylindrical-coordinate representation of color #64A2FD: hue angle of 215.69º 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 #64A2FD is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB100162253-
CMYK0.600.3600.01
HSL215.69º97.45%69.22%-
HSV(B)215.69º60.47%99.22%-
XYZ35.9135.6497.92-
YUV153.84183.9689.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.42%
GREEN value IS 162 (63.67% from 255) = 31.46%
BLUE value IS 253 (99.22% from 255) = 49.13%
R=19.42%
G=31.46%
B=49.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1001622530.600.3600.01215.6997.4569.22
Hex64A2FD3C2401d86145
Octal144242375744401330141105
Binary11001001010001011111101111100100100011101100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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