#64A8FB

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

Shades of Cornflower Blue #64A8FB

Tints of Cornflower Blue #64A8FB

Color information

#64A8FB (or 0x64A8FB) is unknown color: approx Cornflower Blue. HEX triplet: 64, A8 and FB. RGB value is (100,168,251). Sum of RGB (Red+Green+Blue) = 100+168+251=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #64A8FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A8FB is #9B5704. Grayscale: #9C9C9C. Windows color (decimal): -10180357 or 16492644. OLE color: 16492644.

HSL color Cylindrical-coordinate representation of color #64A8FB: hue angle of 212.98º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64A8FB is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB100168251-
CMYK0.600.3300.02
HSL212.98º94.97%68.82%-
HSV(B)212.98º60.16%98.43%-
XYZ36.6737.6896.61-
YUV157.13180.9787.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.27%
GREEN value IS 168 (66.02% from 255) = 32.37%
BLUE value IS 251 (98.44% from 255) = 48.36%
R=19.27%
G=32.37%
B=48.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1001682510.600.3300.02212.9894.9768.82
Hex64A8FB3C2102d55f45
Octal144250373744102325137105
Binary110010010101000111110111111001000010101101010110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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