#64A5EE

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

Shades of Cornflower Blue #64A5EE

Tints of Cornflower Blue #64A5EE

Color information

#64A5EE (or 0x64A5EE) is unknown color: approx Cornflower Blue. HEX triplet: 64, A5 and EE. RGB value is (100,165,238). Sum of RGB (Red+Green+Blue) = 100+165+238=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #64A5EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A5EE is #9B5A11. Grayscale: #999999. Windows color (decimal): -10181138 or 15639908. OLE color: 15639908.

HSL color Cylindrical-coordinate representation of color #64A5EE: hue angle of 211.74º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64A5EE is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB100165238-
CMYK0.580.3100.07
HSL211.74º80.23%66.27%-
HSV(B)211.74º57.98%93.33%-
XYZ34.1435.7986-
YUV153.89175.4789.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.88%
GREEN value IS 165 (64.84% from 255) = 32.80%
BLUE value IS 238 (93.36% from 255) = 47.32%
R=19.88%
G=32.80%
B=47.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1001652380.580.3100.07211.7480.2366.27
Hex64A5EE3A1F07d45042
Octal144245356723707324120102
Binary110010010100101111011101110101111101111101010010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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