#64A2F2

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

Shades of Cornflower Blue #64A2F2

Tints of Cornflower Blue #64A2F2

Color information

#64A2F2 (or 0x64A2F2) is unknown color: approx Cornflower Blue. HEX triplet: 64, A2 and F2. RGB value is (100,162,242). Sum of RGB (Red+Green+Blue) = 100+162+242=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #64A2F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A2F2 is #9B5D0D. Grayscale: #989898. Windows color (decimal): -10181902 or 15901284. OLE color: 15901284.

HSL color Cylindrical-coordinate representation of color #64A2F2: hue angle of 213.8º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64A2F2 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100162242-
CMYK0.590.3300.05
HSL213.8º84.52%67.06%-
HSV(B)213.8º58.68%94.9%-
XYZ34.234.9688.95-
YUV152.58178.4690.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.84%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 242 (94.92% from 255) = 48.02%
R=19.84%
G=32.14%
B=48.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1001622420.590.3300.05213.884.5267.06
Hex64A2F23B2105d65543
Octal144242362734105326125103
Binary1100100101000101111001011101110000101011101011010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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